From 67070c47bd0d06d49ce533b81daa91a21713922b Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Dec 2003 16:16:02 +0000 Subject: [PATCH] The correct (tm) way. --- ext/filepro/filepro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 1c97541fcc8..fb33f80ab13 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -34,7 +34,7 @@ #include "safe_mode.h" #include "fopen_wrappers.h" #include -#ifndef PHP_WIN32 +#if HAVE_SYS_PARAM_H #include #endif #include