From d08cb90462d6a1339d216e6122be55ee55c3f9d8 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 13 Jul 2016 00:37:25 +0200 Subject: Cleanup zend_/signal usage in phpdbg.c --- sapi/phpdbg/phpdbg.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sapi/phpdbg/phpdbg.h') diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 227aaebe41..26bfc490df 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -45,11 +45,9 @@ #include "zend_globals.h" #include "zend_ini_scanner.h" #include "zend_stream.h" -#ifndef _WIN32 -# include "zend_signal.h" -# if !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H) -# include -# endif +#include "zend_signal.h" +#if !defined(_WIN32) && !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H) +# include #endif #include "SAPI.h" #include -- cgit v1.2.1