diff options
author | Brian Paul <[email protected]> | 2009-02-23 15:07:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-23 15:07:11 -0700 |
commit | d6edbfc04a68f02c1770136397b1691a0c520131 (patch) | |
tree | aa09440b7332d3a548eab8c032dd26cb0734f09f | |
parent | d9881356a64b848dbae5fffd77fd93d0eb4247a3 (diff) |
gallium: fix build breakage in st_cb_viewport.c
-rw-r--r-- | src/mesa/state_tracker/st_cb_viewport.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |