mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
add #include <unistd.h>
This commit is contained in:
parent
b2a74984e9
commit
afc4f250c8
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in a new issue