From a21aa4991daaef9425b4760fa8f2650b127ef09b Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 15 Jan 2003 00:52:20 +0000 Subject: [PATCH] MFH --- ext/cpdf/cpdf.c | 2 ++ ext/cpdf/php_cpdf.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index 3a98239c16..25512d02f8 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -41,6 +41,8 @@ #include #endif +#include + #ifdef HAVE_UNISTD_H # include #endif diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 45dda34f7d..1207511e60 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -29,8 +29,6 @@ #undef T #endif -#include - extern zend_module_entry cpdf_module_entry; #define cpdf_module_ptr &cpdf_module_entry -- 2.50.1