From: Zack Rusin Date: Fri, 27 Aug 2010 17:09:38 +0000 (-0400) Subject: graw: fix the build (missing header) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83e3a2d97095d0ef062f210673eb23031fe1cb9a;p=mesa.git graw: fix the build (missing header) --- diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c index 41120ba3c70..8b64a0b819c 100644 --- a/src/gallium/targets/graw-xlib/graw_xlib.c +++ b/src/gallium/targets/graw-xlib/graw_xlib.c @@ -1,5 +1,6 @@ #include "pipe/p_compiler.h" #include "pipe/p_context.h" +#include "pipe/p_screen.h" #include "util/u_debug.h" #include "util/u_memory.h" #include "target-helpers/wrap_screen.h"