From a0aa80a3f81516add499b06905e6a7264112eccd Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 16 Oct 2007 20:58:35 +0000 Subject: Sync mysqlnd with HEAD. Same sources as in 5_3 --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index f2acbff75b..b5511b625c 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -59,7 +59,7 @@ #endif #include "php_ini.h" -#include "php_mysql.h" +#include "php_mysql_structs.h" /* True globals, no need for thread safety */ static int le_result, le_link, le_plink; -- cgit v1.2.1