]> granicus.if.org Git - php/commitdiff
Fixed compile warnings. HAVE_ defines cannot work without the header that
authorIlia Alshanetsky <iliaa@php.net>
Wed, 17 Sep 2003 05:42:57 +0000 (05:42 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 17 Sep 2003 05:42:57 +0000 (05:42 +0000)
defines them.

ext/mbstring/libmbfl/filters/mbfilter_htmlent.c
ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
ext/mbstring/libmbfl/mbfl/mbfl_encoding.c
ext/mbstring/libmbfl/mbfl/mbfl_language.c

index 39023af47532dd7a24da31ac7c6a81dc8691a67e..a53a87e59790520399d16fa2a892046232f1ec33 100644 (file)
@@ -27,6 +27,8 @@
  * 
  */
 
+#include "php.h"
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index be9d345b06166914ea97c21859b93ebcfb949c45..cc13d1544c27658452efb9ac343530cb826546c1 100644 (file)
@@ -28,6 +28,8 @@
  *
  */
 
+#include "php.h"
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 7f0dc9ab603438cab08d6080fd4a07704682014a..a63ea370c47d068eb8a148ad5be4c00f5355a814 100644 (file)
@@ -28,6 +28,8 @@
  *
  */
 
+#include "php.h"
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index be1341ab8c40deb62be4fdd42423efe52100fe39..5f55a45e234a92674a527bc5b51f8c474b6df404 100644 (file)
@@ -28,6 +28,8 @@
  *
  */
 
+#include "php.h"
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif