aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-26 22:24:26 +0100
committergingerBill <bill@gingerbill.org>2021-08-26 22:24:26 +0100
commit8d8b3fd07131664f467981d17e80e44c0a708cc2 (patch)
tree71ed92b2bfc892029b5ce595ed885ae6ebeadecb /src
parenta852c1761489105a6e6acfdf324646854c72fdab (diff)
Add missing header
Diffstat (limited to 'src')
-rw-r--r--src/threading.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threading.cpp b/src/threading.cpp
index 8e1ee8104..c8a15e2a6 100644
--- a/src/threading.cpp
+++ b/src/threading.cpp
@@ -1,3 +1,7 @@
+#if defined(GB_SYSTEM_UNIX)
+#include <signal.h>
+#endif
+
struct BlockingMutex;
struct RecursiveMutex;
struct Semaphore;