From 88d86aeb539ef68c0772abc868b70519e7b06a2f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 19 Jul 2016 01:29:03 +0200 Subject: add missing header to fix build --- sapi/phpdbg/phpdbg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sapi/phpdbg/phpdbg.h') 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 +#elif PHP_WIN32 +# include "win32/signal.h" #endif #include "SAPI.h" #include -- cgit v1.2.1