/me grumbles about some versions of gcc

This commit is contained in:
Bill Currie 2001-08-10 02:50:05 +00:00
parent a2ef36e7ba
commit 753928bd39

View file

@ -35,6 +35,13 @@
#include <stdlib.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include "QF/in_event.h"
static int (**event_handler_list)(const IE_event_t*);