summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2007-10-08 18:25:52 +0000
committerAndrey Hristov <andrey@php.net>2007-10-08 18:25:52 +0000
commit3f6b49a3402c886d0764606d42a5dd7a5c889c0f (patch)
treeb1a89119d178435c3b026dcb06d51888fc4202e4 /ext/mysql/php_mysql.c
parent393a686507b84f700112856ce0fbf22933acde40 (diff)
downloadphp-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.c2
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;