diff options
-rw-r--r-- | libthor/thor_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libthor/thor_net.c b/libthor/thor_net.c index ba044be..29cb295 100644 --- a/libthor/thor_net.c +++ b/libthor/thor_net.c @@ -5,6 +5,7 @@ #include <unistd.h> #include <sys/socket.h> #include <aio.h> +#include <signal.h> #include "thor.h" #include "thor_internal.h" |