summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-11-09 15:46:34 +0100
committerAndrey Hristov <andrey@php.net>2015-11-12 16:19:16 +0100
commit05c5e051be0d644a537f7306e435fa6003990cdb (patch)
tree20cefb32f50b855cc29225b01cdc296124b7e79c /ext/mysqlnd/mysqlnd.c
parente9f3139f438ef712d82b69984a65da4230fdfeb2 (diff)
downloadphp-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.c1
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"