From 2148a8d0ba8eab78e163fd9d8b8d0e2c2eda483d Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Sat, 26 Feb 2000 08:39:29 +0000 Subject: [PATCH] more autoconf stuff... HAVE_MALLOC_H for OpenBSD and FreeBSD --- qw_server/sys_unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qw_server/sys_unix.c b/qw_server/sys_unix.c index 2709f97..94286fa 100644 --- a/qw_server/sys_unix.c +++ b/qw_server/sys_unix.c @@ -53,7 +53,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #include #include +#ifdef HAVE_MALLOC_H #include +#endif #include #include