[PATCH 2/2] xfree86: include os.h for FatalError

Julien Cristau jcristau at debian.org
Sat Jul 27 12:08:29 PDT 2013


Signed-off-by: Julien Cristau <jcristau at debian.org>
---
 hw/xfree86/parser/write.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/xfree86/parser/write.c b/hw/xfree86/parser/write.c
index 9c706a0..b525b11 100644
--- a/hw/xfree86/parser/write.c
+++ b/hw/xfree86/parser/write.c
@@ -67,6 +67,8 @@
 
 #if defined(SVR4) || defined(__linux__) || defined(CSRG_BASED)
 #define HAS_SAVED_IDS_AND_SETEUID
+#else
+#include "os.h"
 #endif
 #if defined(WIN32)
 #define HAS_NO_UIDS
-- 
1.7.10.4



More information about the xorg-devel mailing list