more compile fixes

This commit is contained in:
Bill Currie 2001-08-19 22:35:44 +00:00
parent c577657e8e
commit 4fa410afef
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,12 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include "client.h"
#include "compat.h"

View file

@ -67,6 +67,7 @@
#include "host.h"
qboolean is_server = false;
qboolean noconinput = false;
char *svs_info;
int starttime;