mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 17:21:46 +00:00
Fix includes.
This commit is contained in:
parent
696a534fa6
commit
a201c4686c
1 changed files with 6 additions and 6 deletions
|
@ -33,13 +33,13 @@
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || defined(sun)
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#else
|
#include <unistd.h>
|
||||||
#include <sys/dir.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_DIR_H
|
||||||
|
# include <sys/dir.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cvar_t sys_nostdout = {"sys_nostdout","0"};
|
cvar_t sys_nostdout = {"sys_nostdout","0"};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue