[xserver-commit] xfree86/drivers/sunbw2 bw2_driver.c,1.4,1.5

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	bw2_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: bw2_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/sunbw2/bw2_driver.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/bw2_driver.c	30 Oct 2003 17:37:11 -0000	1.4
+++ b/bw2_driver.c	28 Feb 2004 01:27:49 -0000	1.5
@@ -22,6 +22,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunbw2/bw2_driver.c,v 1.3 2001/05/04 19:05:45 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"