[xserver-commit] xfree86/drivers/suncg3 cg3_driver.c,1.5,1.6

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/drivers/suncg3
In directory pdx:/tmp/cvs-serv14744/drivers/suncg3

Modified Files:
	cg3_driver.c 
Log Message:
	* Makefile.am
	* *.c
	Ok, everyone gets #include <config.h>
	Other than that, I fixed a few extension header paths and
	whacked at the Makefile.am.  Makefile.am is a hacked version
	of xserver/Makefile.am; expect them to diverge until we can
	stick the xfree86 DDX stuff into the standard Makefile.am.


Index: cg3_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/suncg3/cg3_driver.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/cg3_driver.c	30 Oct 2003 17:37:12 -0000	1.5
+++ b/cg3_driver.c	28 Feb 2004 01:27:49 -0000	1.6
@@ -22,6 +22,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg3/cg3_driver.c,v 1.4 2001/05/16 06:48:10 keithp Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define PSZ 8
 #include "xf86.h"
 #include "xf86_OSproc.h"