mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +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 RecursiveMutex;
|
||||
struct Semaphore;
|
||||
|
||||
Reference in New Issue
Block a user