From dba6e473cad18d8fbf4056ed530bf3f6414197a4 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 8 Oct 2007 16:14:56 +0000 Subject: Move non-public code to non-public header file. This should also solve #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 deb769c817..01d843b5e9 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -66,7 +66,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