diff options
Diffstat (limited to 'hw/xfree86/parser/write.c')
-rw-r--r-- | hw/xfree86/parser/write.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/parser/write.c b/hw/xfree86/parser/write.c index 9c706a062..26739b933 100644 --- a/hw/xfree86/parser/write.c +++ b/hw/xfree86/parser/write.c @@ -55,6 +55,7 @@ #include <xorg-config.h> #endif +#include "os.h" #include "xf86Parser.h" #include "xf86tokens.h" #include "Configint.h" @@ -65,7 +66,7 @@ #include <signal.h> #include <errno.h> -#if defined(SVR4) || defined(__linux__) || defined(CSRG_BASED) +#if defined(HAVE_SETEUID) && defined(_POSIX_SAVED_IDS) && _POSIX_SAVED_IDS > 0 #define HAS_SAVED_IDS_AND_SETEUID #endif #if defined(WIN32) |