I've really got to start testing with gcc 3.0

This commit is contained in:
Bill Currie 2001-07-14 04:12:48 +00:00
parent cb133ddf93
commit d0d32b6a1a

View file

@ -21,6 +21,13 @@
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include "string.h"
#endif
#ifdef HAVE_STRINGS_H
# include "strings.h"
#endif
#include "QF/hash.h"
#include "QF/pr_comp.h"