diff options
author | Andrey Hristov <andrey@php.net> | 2015-11-09 15:46:34 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-11-12 16:19:16 +0100 |
commit | 05c5e051be0d644a537f7306e435fa6003990cdb (patch) | |
tree | 20cefb32f50b855cc29225b01cdc296124b7e79c /ext/mysqlnd/mysqlnd.c | |
parent | e9f3139f438ef712d82b69984a65da4230fdfeb2 (diff) | |
download | php-git-05c5e051be0d644a537f7306e435fa6003990cdb.tar.gz |
MNDR:
- moved networking code to mysqlnd_vio.c
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index 616c5c379f..8d5140a2ae 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -21,6 +21,7 @@ /* $Id$ */ #include "php.h" #include "mysqlnd.h" +#include "mysqlnd_vio.h" #include "mysqlnd_wireprotocol.h" #include "mysqlnd_priv.h" #include "mysqlnd_result.h" |