diff options
author | Michal Krol <[email protected]> | 2007-10-29 16:59:57 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2007-10-29 17:05:38 +0000 |
commit | 7de874ec2c7b9e3aff7f81b7e30045b45381fbad (patch) | |
tree | 505becc98c6185c4195fd6db3ca88e5df86daaeb /src/mesa/pipe/softpipe/sp_state_rasterizer.c | |
parent | ee295fccdd0c94cb6b8af4dfb30283e39f548223 (diff) |
Make it compile under linux.
Move pipe_region/surface_reference functions to pipe/p_inlines.h.
Remove #include "p_util.h" from pipe/p_context.h.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state_rasterizer.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state_rasterizer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_rasterizer.c b/src/mesa/pipe/softpipe/sp_state_rasterizer.c index a69e0d90123..ce8fa4f2b8b 100644 --- a/src/mesa/pipe/softpipe/sp_state_rasterizer.c +++ b/src/mesa/pipe/softpipe/sp_state_rasterizer.c @@ -26,6 +26,7 @@ **************************************************************************/ #include "pipe/p_defines.h" +#include "pipe/p_util.h" #include "sp_context.h" #include "sp_state.h" #include "pipe/draw/draw_context.h" |