From d0d32b6a1aaa381910923e95ede4402439c6f674 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 14 Jul 2001 04:12:48 +0000 Subject: [PATCH] I've really got to start testing with gcc 3.0 --- libs/gamecode/pr_opcode.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libs/gamecode/pr_opcode.c b/libs/gamecode/pr_opcode.c index bfae34be3..f682e3902 100644 --- a/libs/gamecode/pr_opcode.c +++ b/libs/gamecode/pr_opcode.c @@ -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"