mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +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"
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "console.h"
|
||||
#include "cvar.h"
|
||||
#include "progs.h"
|
||||
|
|
Loading…
Reference in a new issue