From 52e353e9732b00d41111c1d2c488401df0c1ad96 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 3 Jun 2011 07:00:38 +0000 Subject: [PATCH] Compiler warning fix --- ext/pcntl/php_signal.c | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.50.1