summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-19 13:22:10 +0100
committerAnatol Belski <ab@php.net>2015-03-19 22:33:14 +0100
commit49fdb8a91df1a910736bafd92fe820a81ea5a795 (patch)
treefebd5aa2fec01b1aca1a45101f6f1e52a8924c99 /sapi/phpdbg/phpdbg.h
parentd3ab945d9c1d07bbb9ef754700618267a5a23b7c (diff)
downloadphp-git-49fdb8a91df1a910736bafd92fe820a81ea5a795.tar.gz
fix include
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
# include <stddef.h>
#else
-# include "win32/php_stdint.h"
+# include "main/php_stdint.h"
#endif
#include "php.h"
#include "php_globals.h"