summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
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"