From: Ilia Alshanetsky Date: Fri, 3 Jun 2011 07:00:38 +0000 (+0000) Subject: Compiler warning fix X-Git-Tag: php-5.5.0alpha1~2007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e353e9732b00d41111c1d2c488401df0c1ad96;p=php Compiler warning fix --- diff --git a/ext/pcntl/php_signal.c b/ext/pcntl/php_signal.c index 2e5ce95316..86e5936fad 100644 --- a/ext/pcntl/php_signal.c +++ b/ext/pcntl/php_signal.c @@ -20,6 +20,8 @@ #include "TSRM.h" #include "php_signal.h" +#include "Zend/zend.h" +#include "Zend/zend_signal.h" /* php_signal using sigaction is derrived from Advanced Programing * in the Unix Environment by W. Richard Stevens p 298. */