summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/time.c b/win32/time.c
index ea0e2d1acb..c1089283e3 100644
--- a/win32/time.c
+++ b/win32/time.c
@@ -70,7 +70,7 @@ void usleep(unsigned int useconds)
}
-#if HAVE_SETITIMER
+#ifdef HAVE_SETITIMER
#ifndef THREAD_SAFE