diff options
author | Derick Rethans <derick@php.net> | 2001-11-08 23:38:38 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-08 23:38:38 +0000 |
commit | 43eb67855f6c4da0ec5f150b99ee441f9a89d498 (patch) | |
tree | e26e5eb0b2c3c8ed78997994f5e95b6b0e511227 | |
parent | b1d60772d869c1d53a6378131723ad5ab73db2ce (diff) | |
download | php-git-43eb67855f6c4da0ec5f150b99ee441f9a89d498.tar.gz |
- oops :)
-rw-r--r-- | ext/pdf/pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index e887295ecb..f1c143d220 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -53,7 +53,7 @@ static int le_gd; /* }}} */ #if HAVE_PDFLIB || HAVE_PDFLIB3 -#warning boo + #include "php_pdf.h" static int le_pdf; |