From c622cc4446951044dbef419e3ad59fc90eebd3a1 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 20 Jun 2016 16:32:24 +0300 Subject: Fixed phpdbg build without --enable-zend-signals --- sapi/phpdbg/phpdbg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sapi/phpdbg/phpdbg.h') 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 +# endif #endif #include "SAPI.h" #include -- cgit v1.2.1