summaryrefslogtreecommitdiff
path: root/ext/iconv
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-05-06 21:38:58 +0000
committerSterling Hughes <sterling@php.net>2001-05-06 21:38:58 +0000
commitaf58697165c98d25d19d47ca67a064eba2d7f194 (patch)
treef8f242500663de0f7d56f682ed42f825bc80e39d /ext/iconv
parent3a56faeec9d2f04a72566b623074af3ba5ab3573 (diff)
downloadphp-git-af58697165c98d25d19d47ca67a064eba2d7f194.tar.gz
fix compile bug.
Diffstat (limited to 'ext/iconv')
-rw-r--r--ext/iconv/php_iconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index a1ba27d79c..0f9e36204d 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -21,6 +21,7 @@
#define PHP_ICONV_H
#include <iconv.h>
+#include "php.h"
#include "SAPI.h"
extern zend_module_entry iconv_module_entry;