mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-04-15 22:41:00 +00:00
apply WildCode's portability helping patch
This commit is contained in:
parent
ad9168db1d
commit
459f7f3087
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __sun__
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue