mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-22 16:11:03 +00:00
Added #include <sys.h>
This commit is contained in:
parent
4aaa58287e
commit
e459dbd407
3 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "quakedef.h"
|
||||
#include "winquake.h"
|
||||
#include "sys.h"
|
||||
#include "resource.h"
|
||||
#include "glquake.h"
|
||||
#include "in_win.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include "quakedef.h"
|
||||
#include <windows.h>
|
||||
#include <sys.h>
|
||||
//#include "winquake.h"
|
||||
|
||||
netadr_t net_local_adr;
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "quakedef.h"
|
||||
#include "winquake.h"
|
||||
#include "sys.h"
|
||||
#include "d_local.h"
|
||||
#include "resource.h"
|
||||
#include "in_win.h"
|
||||
|
|
Loading…
Reference in a new issue