re-added signal.h

This commit is contained in:
Sergey Lyubka 2014-02-20 17:47:07 +00:00
parent ba267a32fd
commit e9f6111ba1

View File

@ -100,6 +100,7 @@ typedef SOCKET sock_t;
#include <fcntl.h>
#include <netdb.h>
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#include <unistd.h>
#include <arpa/inet.h> // For inet_pton() when NS_ENABLE_IPV6 is defined