include string.h and or strings.h

This commit is contained in:
Bill Currie 2000-10-16 15:34:53 +00:00
parent d716829478
commit a4ccdad288
8 changed files with 61 additions and 2 deletions

View file

@ -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"