fix a win32 build error in cl_main.c

This commit is contained in:
Thad Ward 2000-05-19 04:37:16 +00:00
parent 0140835694
commit 4a5ffaed66

View file

@ -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.