From 4fa410afef7aa230f6f5327746bc082d6896963c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 19 Aug 2001 22:35:44 +0000 Subject: [PATCH] more compile fixes --- source/cl_cvar.c | 6 ++++++ source/cl_sys_sdl.c | 1 + 2 files changed, 7 insertions(+) diff --git a/source/cl_cvar.c b/source/cl_cvar.c index 7faab6b..620c616 100644 --- a/source/cl_cvar.c +++ b/source/cl_cvar.c @@ -29,6 +29,12 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif #include "client.h" #include "compat.h" diff --git a/source/cl_sys_sdl.c b/source/cl_sys_sdl.c index 354f12c..c5a4711 100644 --- a/source/cl_sys_sdl.c +++ b/source/cl_sys_sdl.c @@ -67,6 +67,7 @@ #include "host.h" qboolean is_server = false; +qboolean noconinput = false; char *svs_info; int starttime;