From: Brian Paul Date: Mon, 23 Feb 2009 22:07:11 +0000 (-0700) Subject: gallium: fix build breakage in st_cb_viewport.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6edbfc04a68f02c1770136397b1691a0c520131;p=mesa.git gallium: fix build breakage in st_cb_viewport.c --- diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c index 7b175288fcb..75b0a219ce3 100644 --- a/src/mesa/state_tracker/st_cb_viewport.c +++ b/src/mesa/state_tracker/st_cb_viewport.c @@ -34,6 +34,8 @@ #include "pipe/p_inlines.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" +#include "pipe/internal/p_winsys_screen.h" + static void st_viewport(GLcontext * ctx, GLint x, GLint y, GLsizei width, GLsizei height)