diff options
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r-- | ext/fdf/fdf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 590df50d50..2a003130c7 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -24,6 +24,10 @@ /* Note that there is no code from the FdfTk lib in this file */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_FDFLIB |