diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index 11e789a..feccc94 100644 --- a/src/thread.h +++ b/src/thread.h @@ -34,6 +34,7 @@ typedef volatile struct { #define THREAD_ID GetCurrentThreadId() #else #include <pthread.h> +#include <signal.h> typedef pthread_t thread_t; typedef pthread_mutex_t mutex_t; typedef pthread_once_t thread_once_t; |