[xserver-commit] xfree86/os-support/linux/int10 linux.c,1.33,1.34

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/os-support/linux/int10
In directory pdx:/tmp/cvs-serv14744/os-support/linux/int10

Modified Files:
	linux.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: linux.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/linux/int10/linux.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- a/linux.c	19 Feb 2004 14:02:16 -0000	1.33
+++ b/linux.c	28 Feb 2004 01:28:00 -0000	1.34
@@ -3,6 +3,9 @@
  * linux specific part of the int10 module
  * Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"