Browse Source

Add missing header

gingerBill 4 years ago
parent
commit
8d8b3fd071
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/threading.cpp

+ 4 - 0
src/threading.cpp

@@ -1,3 +1,7 @@
+#if defined(GB_SYSTEM_UNIX)
+#include <signal.h>
+#endif
+
 struct BlockingMutex;
 struct RecursiveMutex;
 struct Semaphore;