From 3f6b49a3402c886d0764606d42a5dd7a5c889c0f Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 8 Oct 2007 18:25:52 +0000 Subject: Fix for bug #42890 Constant "LIST" defined by mysqlclient and c-client --- 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 50439d94da..8675624a04 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -66,7 +66,7 @@ #include #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