From ce57f47de0b1e2f1d1ade0bb070342b38456f402 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Thu, 20 Feb 2014 09:49:42 +0000
Subject: [PATCH] Added missing signal.h

---
 mongoose.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mongoose.c b/mongoose.c
index f1a257e13..6d8e63198 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -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>
-- 
GitLab