mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
I've really got to start testing with gcc 3.0
This commit is contained in:
parent
cb133ddf93
commit
d0d32b6a1a
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include "string.h"
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include "strings.h"
|
||||
#endif
|
||||
|
||||
#include "QF/hash.h"
|
||||
#include "QF/pr_comp.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue