[xserver-commit] xfree86/drivers/vesa vesa.c,1.41,1.42

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	vesa.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: vesa.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/vesa/vesa.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- a/vesa.c	7 Nov 2003 22:50:57 -0000	1.41
+++ b/vesa.c	28 Feb 2004 01:27:51 -0000	1.42
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define DEBUG_VERB 2
 /*
  * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)