mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
fix a win32 build error in cl_main.c
This commit is contained in:
parent
0140835694
commit
4a5ffaed66
1 changed files with 3 additions and 3 deletions
|
@ -32,6 +32,9 @@
|
|||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#include "sys.h"
|
||||
#include "quakedef.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "winquake.h"
|
||||
#include "winsock.h"
|
||||
|
@ -41,9 +44,6 @@
|
|||
#endif
|
||||
#include <cl_slist.h>
|
||||
|
||||
#include "sys.h"
|
||||
#include "quakedef.h"
|
||||
|
||||
// we need to declare some mouse variables here, because the menu system
|
||||
// references them even when on a unix system.
|
||||
|
||||
|
|
Loading…
Reference in a new issue