[xserver-commit] xfree86/os-support/linux/int10/vm86 linux_vm86.c,1.4,1.5

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	linux_vm86.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_vm86.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/linux/int10/vm86/linux_vm86.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/linux_vm86.c	19 Feb 2004 03:51:38 -0000	1.4
+++ b/linux_vm86.c	28 Feb 2004 01:28:00 -0000	1.5
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c,v 1.3 2003/11/03 05:36:33 tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"