[xserver-commit] xfree86/drivers/mga/util stormdwg.c,1.1,1.2

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	stormdwg.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: stormdwg.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/mga/util/stormdwg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/stormdwg.c	12 Apr 1997 14:11:29 -0000	1.1
+++ b/stormdwg.c	28 Feb 2004 01:27:39 -0000	1.2
@@ -4,6 +4,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/dwg.c,v 1.1 1997/03/06 23:15:58 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 /* #include <stdlib.h> */