]> granicus.if.org Git - php/commitdiff
fix include
authorAnatol Belski <ab@php.net>
Thu, 19 Mar 2015 12:22:10 +0000 (13:22 +0100)
committerAnatol Belski <ab@php.net>
Thu, 19 Mar 2015 21:33:14 +0000 (22:33 +0100)
sapi/phpdbg/phpdbg.h

index 4d21714b2054d33d4c91a58774f035e87c8342c5..5fe35674e9beeaf2c3637b54b7c60cb3ecc61a74 100644 (file)
@@ -33,7 +33,7 @@
 #      include <stdint.h>
 #      include <stddef.h>
 #else
-#      include "win32/php_stdint.h"
+#      include "main/php_stdint.h"
 #endif
 #include "php.h"
 #include "php_globals.h"