diff options
author | Andrey Hristov <andrey@php.net> | 2007-10-08 18:25:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2007-10-08 18:25:52 +0000 |
commit | 3f6b49a3402c886d0764606d42a5dd7a5c889c0f (patch) | |
tree | b1a89119d178435c3b026dcb06d51888fc4202e4 /ext/mysql/php_mysql.c | |
parent | 393a686507b84f700112856ce0fbf22933acde40 (diff) | |
download | php-git-3f6b49a3402c886d0764606d42a5dd7a5c889c0f.tar.gz |
Fix for bug #42890 Constant "LIST" defined by mysqlclient and c-client
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 50439d94da..8675624a04 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -66,7 +66,7 @@ #include <mysql.h> #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; |