diff options
author | Andrey Hristov <andrey@php.net> | 2007-10-08 16:14:56 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2007-10-08 16:14:56 +0000 |
commit | dba6e473cad18d8fbf4056ed530bf3f6414197a4 (patch) | |
tree | 9c96fbf42dab630cb2689a3d563c9987ca2b3d6c /ext/mysql/php_mysql.c | |
parent | d42d41000dbed6af9b1862afbbee5bc03fcab6b8 (diff) | |
download | php-git-dba6e473cad18d8fbf4056ed530bf3f6414197a4.tar.gz |
Move non-public code to non-public header file. This should also solve
#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 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; |