diff options
author | foobar <sniper@php.net> | 2003-12-07 16:16:02 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-12-07 16:16:02 +0000 |
commit | 67070c47bd0d06d49ce533b81daa91a21713922b (patch) | |
tree | 57e12ae8d7d0c082d33b9cdb2586dc17aff6040e /ext/filepro | |
parent | 923d0bcfb43f601a775dd108cf1d8c8468ececc2 (diff) | |
download | php-git-67070c47bd0d06d49ce533b81daa91a21713922b.tar.gz |
The correct (tm) way.
Diffstat (limited to 'ext/filepro')
-rw-r--r-- | ext/filepro/filepro.c | 2 |
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> |