diff options
Diffstat (limited to 'semaphore.h')
-rw-r--r-- | semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semaphore.h b/semaphore.h index 2956066..2fac0fe 100644 --- a/semaphore.h +++ b/semaphore.h @@ -102,7 +102,7 @@ */ #if PTW32_LEVEL >= PTW32_LEVEL_MAX -#ifdef NEED_SEM +#ifdef NEED_ERRNO #include "need_errno.h" #else #include <errno.h> |