mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
more compile fixes
This commit is contained in:
parent
c577657e8e
commit
4fa410afef
2 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
#include "host.h"
|
||||
|
||||
qboolean is_server = false;
|
||||
qboolean noconinput = false;
|
||||
char *svs_info;
|
||||
|
||||
int starttime;
|
||||
|
|
Loading…
Reference in a new issue