diff options
Diffstat (limited to 'src/thread/synccall.c')
-rw-r--r-- | src/thread/synccall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/synccall.c b/src/thread/synccall.c index 2b7eac25..dc59863f 100644 --- a/src/thread/synccall.c +++ b/src/thread/synccall.c @@ -1,5 +1,6 @@ #include "pthread_impl.h" #include <semaphore.h> +#include <string.h> static struct chain { struct chain *next; |