diff options
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r-- | src/gallium/targets/libgl-xlib/xlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c index c059a0e7b75..1b62afb29b5 100644 --- a/src/gallium/targets/libgl-xlib/xlib.c +++ b/src/gallium/targets/libgl-xlib/xlib.c @@ -32,7 +32,7 @@ */ #include "pipe/p_compiler.h" #include "util/u_debug.h" -#include "state_tracker/xlib_sw_winsys.h" +#include "sw/xlib/xlib_sw_winsys.h" #include "xm_public.h" #include "state_tracker/st_gl_api.h" |