mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-24 08:38:51 +00:00
Include unistd.h if available so getuid() is defined
This commit is contained in:
parent
98aeb39780
commit
aeb8811ad5
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
#else
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
void
|
||||
Qexpand_squiggle(const char *path, char *dest)
|
||||
|
|
Loading…
Reference in a new issue