diff options
author | Anatol Belski <ab@php.net> | 2016-07-19 01:29:03 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-19 01:30:07 +0200 |
commit | 88d86aeb539ef68c0772abc868b70519e7b06a2f (patch) | |
tree | 841612017c1e31c30fb1c04993542668db481fd7 /sapi/phpdbg/phpdbg.h | |
parent | 2f81707425694a9c970807c48ff714e52f8769e4 (diff) | |
download | php-git-88d86aeb539ef68c0772abc868b70519e7b06a2f.tar.gz |
add missing header to fix build
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 26bfc490df..1ff0e7a3ac 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -48,6 +48,8 @@ #include "zend_signal.h" #if !defined(_WIN32) && !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H) # include <signal.h> +#elif PHP_WIN32 +# include "win32/signal.h" #endif #include "SAPI.h" #include <fcntl.h> |