diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index c77bc1c530..2f95a80f04 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -47,6 +47,9 @@ #include "zend_stream.h" #ifndef _WIN32 # include "zend_signal.h" +# if !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H) +# include <signal.h> +# endif #endif #include "SAPI.h" #include <fcntl.h> |