sometimes, gcc 2.95 can be such a pain

This commit is contained in:
Bill Currie 2002-06-27 15:13:43 +00:00
parent 0997d24dfd
commit be50d0e15a
2 changed files with 6 additions and 2 deletions

View File

@ -34,8 +34,6 @@
#include "QF/pr_comp.h"
#include <string.h>
//============================================================================
#define MAX_REGS 65536

View File

@ -33,6 +33,12 @@ static const char rcsid[] =
#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 <stdlib.h>
#include "def.h"