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;