From b3d20d834a43de3756905f78bfb259bad4b0fae0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 7 Aug 2001 17:43:49 +0000 Subject: [PATCH] fix for compiling under freebsd. thank's, stu --- qw/source/cl_slist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qw/source/cl_slist.c b/qw/source/cl_slist.c index 55313c6dd..78d4ae74c 100644 --- a/qw/source/cl_slist.c +++ b/qw/source/cl_slist.c @@ -33,6 +33,9 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#ifdef HAVE_SYS_PARAM_H +# include +#endif #ifdef HAVE_NETINET_IN_H # include #endif