mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-23 16:40:58 +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>
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(sun)
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/dir.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef HAVE_SYS_DIR_H
|
||||
# include <sys/dir.h>
|
||||
#endif
|
||||
|
||||
cvar_t sys_nostdout = {"sys_nostdout","0"};
|
||||
|
|
Loading…
Reference in a new issue