diff options
author | Anatol Belski <ab@php.net> | 2015-03-19 13:22:10 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-19 22:33:14 +0100 |
commit | 49fdb8a91df1a910736bafd92fe820a81ea5a795 (patch) | |
tree | febd5aa2fec01b1aca1a45101f6f1e52a8924c99 /sapi/phpdbg/phpdbg.h | |
parent | d3ab945d9c1d07bbb9ef754700618267a5a23b7c (diff) | |
download | php-git-49fdb8a91df1a910736bafd92fe820a81ea5a795.tar.gz |
fix include
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
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" |