]> granicus.if.org Git - php/commitdiff
add missing header to fix build
authorAnatol Belski <ab@php.net>
Mon, 18 Jul 2016 23:29:03 +0000 (01:29 +0200)
committerAnatol Belski <ab@php.net>
Mon, 18 Jul 2016 23:30:07 +0000 (01:30 +0200)
sapi/phpdbg/phpdbg.h

index 26bfc490df7fc91d66f0a43de6bd4ca37fded187..1ff0e7a3ac607c4312c659785d468d1ddd6e0958 100644 (file)
@@ -48,6 +48,8 @@
 #include "zend_signal.h"
 #if !defined(_WIN32) && !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H)
 #      include <signal.h>
+#elif PHP_WIN32
+#      include "win32/signal.h"
 #endif
 #include "SAPI.h"
 #include <fcntl.h>