mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
gcc 3.1 win32 compile fix
This commit is contained in:
parent
0514d37458
commit
b900b60334
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
void *alloca(size_t size);
|
||||
#endif
|
||||
|
||||
#include "QF/dstring.h"
|
||||
|
||||
typedef struct d_chunk_s {
|
||||
|
|
Loading…
Reference in a new issue