Fix build error: dereferencing pointer to incomplete type
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 6 Nov 2007 18:00:23 +0000 (19:00 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 6 Nov 2007 18:00:23 +0000 (19:00 +0100)
src/mesa/pipe/i915simple/i915_prim_vbuf.c

index 086ad04d1e697432d4793dc98464b4d99aaa7a9c..5499315926adfa369554d2be7c441d6237958b0f 100644 (file)
@@ -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"