mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add missing header
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
#if defined(GB_SYSTEM_UNIX)
|
||||||
|
#include <signal.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
struct BlockingMutex;
|
struct BlockingMutex;
|
||||||
struct RecursiveMutex;
|
struct RecursiveMutex;
|
||||||
struct Semaphore;
|
struct Semaphore;
|
||||||
|
|||||||
Reference in New Issue
Block a user