From: Evan Klinger Date: Sun, 20 Feb 2000 05:32:51 +0000 (+0000) Subject: Eliminate compile errors relating to signals. X-Git-Tag: php-4.0b4_rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77633372559bb3dc8e326c56306dd15e5a2b7b48;p=php Eliminate compile errors relating to signals. --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 1414d6e173..89364a4f02 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -43,7 +43,9 @@ #include #include #endif - +#if HAVE_SIGNAL_H +#include +#endif /* True globals, no need for thread safety */ static int le_result,le_link,le_plink;