diff options
author | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:43:33 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:43:33 +0200 |
commit | 5408d96716176e90c96ae844a35fcdfc82d2bb1c (patch) | |
tree | 10ebf4cfe58f1395fcd1d739a46d1cce7c6e89c1 /sapi/phpdbg/phpdbg.h | |
parent | a291d92067b4610aaf1eb96fa528c7cb316b4d60 (diff) | |
parent | c622cc4446951044dbef419e3ad59fc90eebd3a1 (diff) | |
download | php-git-5408d96716176e90c96ae844a35fcdfc82d2bb1c.tar.gz |
Merge branch 'master' of http://git.php.net/repository/php-src
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> |