summaryrefslogtreecommitdiff
path: root/include/arch/win32/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/win32/misc.h')
-rw-r--r--include/arch/win32/misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/arch/win32/misc.h b/include/arch/win32/misc.h
index 333ea0def..e4b10ee7e 100644
--- a/include/arch/win32/misc.h
+++ b/include/arch/win32/misc.h
@@ -67,16 +67,16 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#ifdef HAVE_STDIO_H
+#ifdef APR_HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#ifdef HAVE_SIGNAL_H
+#ifdef APR_HAVE_SIGNAL_H
#include <signal.h>
#endif
-#ifdef HAVE_PTHREAD_H
+#ifdef APR_HAVE_PTHREAD_H
#include <pthread.h>
#endif
#ifdef BEOS