Commit ce57f47d authored by Sergey Lyubka's avatar Sergey Lyubka

Added missing signal.h

parent 48be2dbc
......@@ -102,6 +102,7 @@ typedef SOCKET sock_t;
#include <pthread.h>
#include <stdarg.h>
#include <unistd.h>
#include <signal.h>
#include <arpa/inet.h> // For inet_pton() when NS_ENABLE_IPV6 is defined
#include <netinet/in.h>
#include <sys/socket.h>
......
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