diff options
Diffstat (limited to 'ext/filepro/filepro.c')
-rw-r--r-- | ext/filepro/filepro.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 85a24cadfb..37afbbecbe 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -26,6 +26,10 @@ web site at http://www.fileproplus.com/ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "safe_mode.h" #include "fopen_wrappers.h" |