diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 77474c5527..3531e79df4 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -57,10 +57,8 @@ #include "zend_operators.h" #include "zend_multiply.h" #include "zend_bitset.h" +#include <signal.h> -#ifdef HAVE_SIGNAL_H -# include <signal.h> -#endif #ifdef HAVE_UNISTD_H # include <unistd.h> #endif |