diff options
Diffstat (limited to 'ext/pfpro/pfpro.c')
-rw-r--r-- | ext/pfpro/pfpro.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pfpro/pfpro.c b/ext/pfpro/pfpro.c index 8d9f728d90..860a4f1a1e 100644 --- a/ext/pfpro/pfpro.c +++ b/ext/pfpro/pfpro.c @@ -20,6 +20,11 @@ /* $Id$ */ /* {{{ includes */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_ini.h" #include "php_pfpro.h" |