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