From: Johannes Schlüter Date: Sun, 28 Jun 2009 21:52:51 +0000 (+0000) Subject: Fix path X-Git-Tag: php-5.3.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81761e636d5848e9f495dcd1a1ae3e2483bc5923;p=php Fix path --- diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.c b/ext/mysqlnd/mysqlnd_wireprotocol.c index 2757e089c1..989cc87ed0 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"