diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-06 19:00:23 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-06 19:00:23 +0100 |
commit | 7b358e8ea9d894470097824b3dda3d60ef232abe (patch) | |
tree | 52cb8a2e09a27ec32a63c0f53f66783d7b881c2e /src/mesa/pipe/i915simple | |
parent | eef6783537c3bf3a454b2c56b1cf71d0c73e45ee (diff) |
Fix build error: dereferencing pointer to incomplete type
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_prim_vbuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_prim_vbuf.c b/src/mesa/pipe/i915simple/i915_prim_vbuf.c index 086ad04d1e..5499315926 100644 --- a/src/mesa/pipe/i915simple/i915_prim_vbuf.c +++ b/src/mesa/pipe/i915simple/i915_prim_vbuf.c @@ -41,6 +41,7 @@ #include "pipe/draw/draw_private.h" #include "pipe/draw/draw_vertex.h" #include "pipe/p_util.h" +#include "pipe/p_winsys.h" #include "softpipe/sp_context.h" #include "softpipe/sp_headers.h" |