Add missing header

This commit is contained in:
gingerBill
2021-08-26 22:24:26 +01:00
parent a852c17614
commit 8d8b3fd071

View File

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