mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 15:22:07 +00:00
Put back #include <stdarg.h> or compile fails.
This commit is contained in:
parent
3601dd5532
commit
2d4ced491e
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "cvar.h"
|
#include "cvar.h"
|
||||||
#include "progs.h"
|
#include "progs.h"
|
||||||
|
|
Loading…
Reference in a new issue