Module Name: xsrc
Committed By: mrg
Date: Tue Aug 2 09:36:17 UTC 2011
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/loader: loader.c
Log Message:
include dix-config.h since this depends up on symbols defined there
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c:1.1.1.5 xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c:1.2
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c:1.1.1.5 Tue Aug 2 06:56:56 2011
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/loader.c Tue Aug 2 09:36:17 2011
@@ -50,6 +50,10 @@
#include <xorg-config.h>
#endif
+/*#ifdef HAVE_DIX_CONFIG_H*/
+#include <dix-config.h>
+/*#endif*/
+
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>