From a20c76fcbce779b1040a018d4d17f8661e5af595 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 28 Dec 1999 18:45:10 +0000 Subject: Add neccessary includes --- ext/mysql/php_mysql.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') 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 -- cgit v1.2.1