diff options
Diffstat (limited to 'tests/test.h')
-rw-r--r-- | tests/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h index 2609030..07dc788 100644 --- a/tests/test.h +++ b/tests/test.h @@ -32,6 +32,7 @@ #include "pthread.h" #include "sched.h" #include "semaphore.h" +#include <windows.h> #include <stdio.h> char * error_string[] = { |