Conditionally include mbstring.h.

This commit is contained in:
Sebastian Bergmann 2002-04-18 16:39:30 +00:00
parent 05a2de0d6a
commit ecf95deb6a

View File

@ -74,7 +74,9 @@
#if HAVE_MYSQL
#include "ext/mysql/php_mysql.h"
#endif
#if defined(MBSTR_ENC_TRANS)
#include "ext/mbstring/mbstring.h"
#endif
#if HAVE_OVERLOAD
#include "ext/overload/php_overload.h"
#endif