From: Johannes Schlüter Date: Wed, 1 Jul 2009 14:13:07 +0000 (+0000) Subject: MFB52: Fix include path X-Git-Tag: php-5.4.0alpha1~191^2~3196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6fa981b3d75d814f54c5d51af7212a874857f2;p=php MFB52: Fix include path --- 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"