mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
protect sys/type.h
This commit is contained in:
parent
b7727dc730
commit
ba5f9ae9a9
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
#endif
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue