Commit e9f6111b authored by Sergey Lyubka's avatar Sergey Lyubka

re-added signal.h

parent ba267a32
...@@ -100,6 +100,7 @@ typedef SOCKET sock_t; ...@@ -100,6 +100,7 @@ typedef SOCKET sock_t;
#include <fcntl.h> #include <fcntl.h>
#include <netdb.h> #include <netdb.h>
#include <pthread.h> #include <pthread.h>
#include <signal.h>
#include <stdarg.h> #include <stdarg.h>
#include <unistd.h> #include <unistd.h>
#include <arpa/inet.h> // For inet_pton() when NS_ENABLE_IPV6 is defined #include <arpa/inet.h> // For inet_pton() when NS_ENABLE_IPV6 is defined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment