Module Name: xsrc
Committed By: mrg
Date: Sat Aug 20 01:28:35 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_accel.c cg6_exa.c
Log Message:
include config.h if HAVE_CONFIG_H is defined.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.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/xf86-video-suncg6/dist/src/cg6_accel.c
diff -u xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.5 xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.6
--- xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.5 Fri Nov 27 13:41:20 2015
+++ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c Sat Aug 20 01:28:34 2016
@@ -22,6 +22,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_accel.c $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "cg6.h"
#include "cg6_regs.h"
#include "dgaproc.h"
Index: xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.c
diff -u xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.c:1.2 xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.c:1.3
--- xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.c:1.2 Thu Nov 26 17:18:55 2015
+++ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_exa.c Sat Aug 20 01:28:34 2016
@@ -22,6 +22,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_accel.c $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "cg6.h"
#include "cg6_regs.h"