diff options
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/vmw_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c index 76622031650..69e5e2ebee2 100644 --- a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c +++ b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c @@ -32,7 +32,7 @@ #include "vmw_hook.h" #include "vmw_driver.h" -#include <pipe/p_context.h> +#include "pipe/p_context.h" #include "cursorstr.h" #include "../../winsys/svga/drm/vmwgfx_drm.h" |