]> granicus.if.org Git - php/commitdiff
Fixed win32 build (no such include on windows).
authorEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:59:16 +0000 (00:59 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:59:16 +0000 (00:59 +0000)
ext/filepro/filepro.c

index b5e9ec986cc880ddaf43ee4cffc483cd1a00fde8..1c97541fcc8e1f7f687417ccc0f46e7d5c5e094b 100644 (file)
@@ -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"