mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
win32 compile fix
This commit is contained in:
parent
7c86ec2396
commit
12c970496d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ static const char rcsid[] =
|
|||
|
||||
#include <limits.h>
|
||||
|
||||
#include "compat.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/locs.h"
|
||||
#include "QF/qtypes.h"
|
||||
|
@ -51,6 +50,7 @@ static const char rcsid[] =
|
|||
#include "QF/sys.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "compat.h"
|
||||
|
||||
#define LOCATION_BLOCK 128 // 128 locations per block.
|
||||
|
||||
|
|
Loading…
Reference in a new issue