xserver/hw/xgl/glxext/module glcoremodule.c, 1.1, 1.2 glxmodule.c,
1.1, 1.2
Dave Airlie
xserver-commit at pdx.freedesktop.org
Mon Jan 2 23:39:43 PST 2006
Committed by: airlied
Update of /cvs/xserver/xserver/hw/xgl/glxext/module
In directory gabe:/tmp/cvs-serv31285/hw/xgl/glxext/module
Modified Files:
glcoremodule.c glxmodule.c
Log Message:
make all config include changes from Xgl drop
Index: glcoremodule.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/glxext/module/glcoremodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glcoremodule.c 23 Dec 2005 02:07:58 -0000 1.1
+++ glcoremodule.c 3 Jan 2006 07:39:41 -0000 1.2
@@ -23,6 +23,10 @@
* Author: David Reveman <davidr at novell.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "xglmodule.h"
char *
Index: glxmodule.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/glxext/module/glxmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glxmodule.c 23 Dec 2005 02:07:58 -0000 1.1
+++ glxmodule.c 3 Jan 2006 07:39:41 -0000 1.2
@@ -23,6 +23,10 @@
* Author: David Reveman <davidr at novell.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "xglmodule.h"
char *
More information about the xserver-commit
mailing list