summaryrefslogtreecommitdiff
path: root/ext/fdf/php_fdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r--ext/fdf/php_fdf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h
index 2fb605fa0f..54eab5d25b 100644
--- a/ext/fdf/php_fdf.h
+++ b/ext/fdf/php_fdf.h
@@ -27,7 +27,11 @@
#define UNIX_DEV
#endif
-#include <fdftk.h>
+#if HAVE_FDFTK_H_LOWER
+# include <fdftk.h>
+#else
+# include <FdfTk.h>
+#endif
extern zend_module_entry fdf_module_entry;
#define fdf_module_ptr &fdf_module_entry