mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
include string.h and or strings.h
This commit is contained in:
parent
d716829478
commit
a4ccdad288
8 changed files with 61 additions and 2 deletions
|
@ -29,6 +29,14 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "sys.h"
|
||||
#include "wad.h"
|
||||
#include "quakefs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue