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