From: Anatol Belski Date: Thu, 19 Mar 2015 12:22:10 +0000 (+0100) Subject: fix include X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~585 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49fdb8a91df1a910736bafd92fe820a81ea5a795;p=php fix include --- diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 4d21714b20..5fe35674e9 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -33,7 +33,7 @@ # include # include #else -# include "win32/php_stdint.h" +# include "main/php_stdint.h" #endif #include "php.h" #include "php_globals.h"