summaryrefslogtreecommitdiff
path: root/ext/filepro
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-12-07 16:16:02 +0000
committerfoobar <sniper@php.net>2003-12-07 16:16:02 +0000
commit67070c47bd0d06d49ce533b81daa91a21713922b (patch)
tree57e12ae8d7d0c082d33b9cdb2586dc17aff6040e /ext/filepro
parent923d0bcfb43f601a775dd108cf1d8c8468ececc2 (diff)
downloadphp-git-67070c47bd0d06d49ce533b81daa91a21713922b.tar.gz
The correct (tm) way.
Diffstat (limited to 'ext/filepro')
-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>