conditionally include threads.h
This commit is contained in:
parent
98deb9de52
commit
df9650fe64
@ -4,7 +4,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if N_ARENA > 1
|
||||
#include <threads.h>
|
||||
#endif
|
||||
|
||||
#include <malloc.h>
|
||||
#include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user