Skip to content
Snippets Groups Projects
Commit 5d564354 authored by rswindell's avatar rswindell
Browse files

Needed signal.h for kill() prototype on Unix.

parent d2ca4f76
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@
#include "cmdshell.h"
#include "telnet.h"
#include <signal.h> // kill()
#ifdef __unix__
#include <sys/wait.h> // WEXITSTATUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment