mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
/me grumbles about some versions of gcc
This commit is contained in:
parent
a2ef36e7ba
commit
753928bd39
1 changed files with 7 additions and 0 deletions
|
@ -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*);
|
||||
|
|
Loading…
Reference in a new issue