projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9112e53
)
softpipe: Include missing header in sp_flush.c.
author
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:21:28 +0000
(14:21 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:21:28 +0000
(14:21 -0700)
Include p_screen.h for complete type to pipe_screen.
src/gallium/drivers/softpipe/sp_flush.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_flush.c
b/src/gallium/drivers/softpipe/sp_flush.c
index 4a53ef048f38673f6973ed9b161a2d5827a98e5f..1071011db0ef1bff225eea5977a33f33cecef545 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_flush.c
+++ b/
src/gallium/drivers/softpipe/sp_flush.c
@@
-31,6
+31,7
@@
#include "pipe/p_defines.h"
+#include "pipe/p_screen.h"
#include "draw/draw_context.h"
#include "sp_flush.h"
#include "sp_context.h"