Fix lack of compat.h/string.h includes.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-19 19:12:16 +00:00
parent 8ae5a8ed2e
commit 54fa6ebae2
5 changed files with 16 additions and 0 deletions

View file

@ -23,6 +23,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#include "QF/sys.h"

View file

@ -21,6 +21,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#include "QF/sys.h"

View file

@ -23,9 +23,13 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#include "QF/sys.h"
#include "compat.h"
#include "bsp5.h"
/*

View file

@ -23,6 +23,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#include <stdlib.h>
#include "QF/sys.h"

View file

@ -23,6 +23,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#include "QF/sys.h"