summaryrefslogtreecommitdiff
path: root/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'mutex.c')
-rw-r--r--mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutex.c b/mutex.c
index 8668324..c2b3607 100644
--- a/mutex.c
+++ b/mutex.c
@@ -37,7 +37,7 @@
#if ! defined(_UWIN) && ! defined(WINCE)
# include <process.h>
#endif
-#ifndef NEED_FTIME
+#if !defined(NEED_FTIME)
#include <sys/timeb.h>
#endif
#include "pthread.h"