From e3f95d1c5f21bb786a297a390bb633201fd49e25 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 20 Feb 2000 07:27:46 +0000 Subject: Win32 compile fix --- ext/mysql/php_mysql.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 89364a4f02..b7ab8336d1 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -36,6 +36,9 @@ #define signal(a,b) NULL #else #include "build-defs.h" +#if HAVE_SIGNAL_H +#include +#endif #if HAVE_SYS_TYPES_H #include @@ -43,9 +46,6 @@ #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