diff options
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index d7363f8f3b..c63df6da0f 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -28,7 +28,8 @@ #include "php_globals.h" #include "php_mysql.h" #include "php_globals.h" - +#include "ext/standard/info.h" +#include "ext/standard/php_string.h" #if WIN32|WINNT #include <winsock.h> |