d'oh, bloody gcc 2.95 builtin prototypes

This commit is contained in:
Bill Currie 2002-04-10 01:38:21 +00:00
parent 06cc7485b6
commit 0855e018dd

View file

@ -30,6 +30,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 "QF/console.h"
#include "QF/draw.h"