Browse Source

Fixed compile warnings. HAVE_ defines cannot work without the header that

defines them.
PEAR_1_4DEV
Ilia Alshanetsky 23 years ago
parent
commit
a7f2ec3cdb
  1. 2
      ext/mbstring/libmbfl/filters/mbfilter_htmlent.c
  2. 2
      ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
  3. 2
      ext/mbstring/libmbfl/mbfl/mbfl_encoding.c
  4. 2
      ext/mbstring/libmbfl/mbfl/mbfl_language.c

2
ext/mbstring/libmbfl/filters/mbfilter_htmlent.c

@ -27,6 +27,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

2
ext/mbstring/libmbfl/mbfl/mbfl_allocators.c

@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

2
ext/mbstring/libmbfl/mbfl/mbfl_encoding.c

@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

2
ext/mbstring/libmbfl/mbfl/mbfl_language.c

@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

Loading…
Cancel
Save