summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/filepro/filepro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c
index 1c97541fcc..fb33f80ab1 100644
--- a/ext/filepro/filepro.c
+++ b/ext/filepro/filepro.c
@@ -34,7 +34,7 @@
#include "safe_mode.h"
#include "fopen_wrappers.h"
#include <string.h>
-#ifndef PHP_WIN32
+#if HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <errno.h>