diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-28 15:44:50 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-28 15:44:50 +0000 |
commit | 4cf068ac322d3748ceda99a5d458a9db2d3ed32f (patch) | |
tree | a63ecb1a85ada34ad835b0a9e12af80b3f7eaf9a /ext/mysql/php_mysql.c | |
parent | 3dc31987be9cb528f703c538016b0ac579e15757 (diff) | |
download | php-git-4cf068ac322d3748ceda99a5d458a9db2d3ed32f.tar.gz |
include basic_functions.h for php_get_current_user() declaration
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 8e95ec311a..c4ccd16737 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -33,6 +33,7 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "ext/standard/php_string.h" +#include "ext/standard/basic_functions.h" #include "zend_exceptions.h" #if HAVE_MYSQL |