From 77633372559bb3dc8e326c56306dd15e5a2b7b48 Mon Sep 17 00:00:00 2001 From: Evan Klinger Date: Sun, 20 Feb 2000 05:32:51 +0000 Subject: Eliminate compile errors relating to signals. --- ext/mysql/php_mysql.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') 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; -- cgit v1.2.1