mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
whoopsie.. Needed to #include <windows.h>
This commit is contained in:
parent
f33375e439
commit
0ba1b5a805
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "quakedef.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue