From ea55b62f373a5fb63a684ce0d7f89240d3b888e7 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 19 Jan 2009 10:29:27 +0000 Subject: xlib: fix compilation after xmesa header moves --- src/gallium/winsys/xlib/xmesaP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/winsys/xlib/xmesaP.h') diff --git a/src/gallium/winsys/xlib/xmesaP.h b/src/gallium/winsys/xlib/xmesaP.h index fcaeee52bc..9a0b1469cc 100644 --- a/src/gallium/winsys/xlib/xmesaP.h +++ b/src/gallium/winsys/xlib/xmesaP.h @@ -27,7 +27,7 @@ #define XMESAP_H -#include "GL/xmesa.h" +#include "xmesa.h" #include "mtypes.h" #ifdef XFree86Server #include "xm_image.h" -- cgit v1.2.3