diff options
| author | Johannes Schlüter <johannes@php.net> | 2009-07-01 14:13:07 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2009-07-01 14:13:07 +0000 |
| commit | 7f6fa981b3d75d814f54c5d51af7212a874857f2 (patch) | |
| tree | f6c96773ef65058cfbee2ff0379cb6be49f54f04 /ext/mysqlnd/mysqlnd_wireprotocol.c | |
| parent | 71ca6b83ce4ac9656bda60df4d5ab12a3f7d7eda (diff) | |
| download | php-git-7f6fa981b3d75d814f54c5d51af7212a874857f2.tar.gz | |
MFB52: Fix include path
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.c')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.c b/ext/mysqlnd/mysqlnd_wireprotocol.c index 31a188a99f..5a56a3b76a 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.c +++ b/ext/mysqlnd/mysqlnd_wireprotocol.c @@ -25,7 +25,7 @@ #include "mysqlnd_statistics.h" #include "mysqlnd_palloc.h" #include "mysqlnd_debug.h" -#include "mysqlnd/mysqlnd_block_alloc.h" +#include "mysqlnd_block_alloc.h" #include "ext/standard/sha1.h" #include "php_network.h" #include "zend_ini.h" |
