diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:56:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:56:29 -0600 |
commit | 8cad3189d3346bce3eee1976f1b5cf32da9dd9a7 (patch) | |
tree | 1b5d156ecda6794c69940bd4da8cb70dde7bcdcb /src/mesa/state_tracker/st_framebuffer.c | |
parent | 4be7296bfcba22a849f949d105ea385e6964cc25 (diff) |
gallium: include scissor.h
Diffstat (limited to 'src/mesa/state_tracker/st_framebuffer.c')
-rw-r--r-- | src/mesa/state_tracker/st_framebuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_framebuffer.c b/src/mesa/state_tracker/st_framebuffer.c index 47466c97d81..7099d78eb8c 100644 --- a/src/mesa/state_tracker/st_framebuffer.c +++ b/src/mesa/state_tracker/st_framebuffer.c @@ -32,6 +32,7 @@ #include "main/framebuffer.h" #include "main/matrix.h" #include "main/renderbuffer.h" +#include "main/scissor.h" #include "st_public.h" #include "st_context.h" #include "st_cb_fbo.h" |