mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-23 20:42:27 +00:00
compile fix for somebody
This commit is contained in:
parent
7bd105178a
commit
7d4cbdf158
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue