[xserver-commit] xfree86/drivers/glide glide_driver.c,1.28,1.29

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	glide_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: glide_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/glide/glide_driver.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- a/glide_driver.c	4 Jan 2002 21:22:30 -0000	1.28
+++ b/glide_driver.c	28 Feb 2004 01:27:39 -0000	1.29
@@ -47,6 +47,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c,v 1.27 2001/08/07 07:04:46 keithp Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xaa.h"
 #include "xf86Cursor.h"
 #include "colormapst.h"