xserver/GL/mesa/X xf86glx_util.c,1.2,1.3
Dave Airlie <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Mon, 2 Jan 2006 23:39:42 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: airlied Update of /cvs/xserver/xserver/GL/mesa/X In directory gabe:/tmp/cvs-serv31285/GL/mesa/X Modified Files: xf86glx_util.c Log Message: make all config include changes from Xgl drop Index: xf86glx_util.c =================================================================== RCS file: /cvs/xserver/xserver/GL/mesa/X/xf86glx_util.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xf86glx_util.c 9 Dec 2003 15:33:42 -0000 1.2 +++ xf86glx_util.c 3 Jan 2006 07:39:40 -0000 1.3 @@ -31,7 +31,9 @@ * Kevin E. Martin <kevin-cB/ihCqopeG9fK9uEoC1w1aTQe2KTcn/@public.gmane.org> * Brian Paul <brian-cB/ihCqopeG9fK9uEoC1w1aTQe2KTcn/@public.gmane.org> */ - +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <gcstruct.h> #include "pixmapstr.h" #include "xf86glx_util.h"