0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 10:31:35 +00:00

bloody builtin prototypes

This commit is contained in:
Bill Currie 2001-07-31 19:03:00 +00:00
parent fb26d8b18a
commit 828e8b60b6

View file

@ -29,6 +29,12 @@
#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/cvar.h"
#include "QF/msg.h"