diff options
author | Andrey Hristov <andrey@php.net> | 2007-10-16 20:58:35 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2007-10-16 20:58:35 +0000 |
commit | a0aa80a3f81516add499b06905e6a7264112eccd (patch) | |
tree | a4a92a3ba36c33a11ac205797e95e4d3a282ce59 /ext/mysql/php_mysql.c | |
parent | 0655ad383363101dde04a9e98f540f6b54014f43 (diff) | |
download | php-git-a0aa80a3f81516add499b06905e6a7264112eccd.tar.gz |
Sync mysqlnd with HEAD. Same sources as in 5_3
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |