mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 04:32:24 +00:00
include unistd.h
This commit is contained in:
parent
2debf6f669
commit
8e0d495625
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include "unistd.h"
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue