diff options
author | Uwe Steinmann <steinm@php.net> | 2002-03-19 14:03:30 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2002-03-19 14:03:30 +0000 |
commit | 17b2eb13ccd6b016e56798dbbafe7f1fe7150ce5 (patch) | |
tree | 50fd13dfff59d4243ed583a7a465fd5499cc5fcf /ext/fdf/php_fdf.h | |
parent | 6d55f16974b7e7dd7092a4c7d62c6aecca65dbfa (diff) | |
download | php-git-17b2eb13ccd6b016e56798dbbafe7f1fe7150ce5.tar.gz |
- the fdf include file shipped with the FDF toolkit is spelled
in lower case (at least in version 5.0)
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index f099662ad7..2fb605fa0f 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -27,7 +27,7 @@ #define UNIX_DEV #endif -#include <FdfTk.h> +#include <fdftk.h> extern zend_module_entry fdf_module_entry; #define fdf_module_ptr &fdf_module_entry |