summaryrefslogtreecommitdiffstats
path: root/libs/libks/patches/02-correct-signal_h-include.patch
blob: c0739b406f0facd0decf2c052471dca2fab3da41 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/include/libks/ks_platform.h
+++ b/src/include/libks/ks_platform.h
@@ -93,7 +93,7 @@ KS_BEGIN_EXTERN_C
 #include <sys/time.h>
 #include <sys/select.h>
 #include <netinet/tcp.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <unistd.h>
 #include <strings.h>
 #include <stdint.h>