mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-12 14:55:58 +00:00
Added #include <common_quakedef.h> (_snprintf is defined there)
This commit is contained in:
parent
373779167e
commit
5a7541111c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
// models are the only shared resource between a client and server running
|
||||
// on the same machine.
|
||||
|
||||
#include <common_quakedef.h> // WIN32: _snprintf is defined here
|
||||
#include <string.h>
|
||||
#include <model.h>
|
||||
#include <qendian.h>
|
||||
|
|
Loading…
Reference in a new issue