mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
bah, bloody string builtins in gcc 2.95
This commit is contained in:
parent
099e2739b5
commit
094cf08a67
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ static const char rcsid[] =
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "QF/pr_obj.h"
|
||||
|
|
Loading…
Reference in a new issue