Module: Mesa Branch: master Commit: 83e3a2d97095d0ef062f210673eb23031fe1cb9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83e3a2d97095d0ef062f210673eb23031fe1cb9a
Author: Zack Rusin <[email protected]> Date: Fri Aug 27 13:09:38 2010 -0400 graw: fix the build (missing header) --- src/gallium/targets/graw-xlib/graw_xlib.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c index 41120ba..8b64a0b 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
