debrix/Xext/extmod modinit.c,1.2,1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:39:37 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/Xext/extmod
In directory pdx:/home/daniel/x/debrix/debrix/Xext/extmod

Modified Files:
	modinit.c 
Log Message:
Initial import from modular sources.


Index: modinit.c
===================================================================
RCS file: /cvs/xserver/debrix/Xext/extmod/modinit.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- modinit.c	23 Apr 2004 18:44:43 -0000	1.2
+++ modinit.c	10 Jun 2004 19:39:35 -0000	1.3
@@ -23,13 +23,16 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef XFree86LOADER
 #include "xf86_ansic.h"
 
 #include "xf86Module.h"
 #include "xf86Opt.h"
 
-#include "Xproto.h"
+#include <X11/Xproto.h>
 
 #include "modinit.h"
 




More information about the xserver-commit mailing list