From: Michel Dänzer Date: Tue, 6 Nov 2007 18:00:23 +0000 (+0100) Subject: Fix build error: dereferencing pointer to incomplete type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b358e8ea9d894470097824b3dda3d60ef232abe;p=mesa.git Fix build error: dereferencing pointer to incomplete type --- diff --git a/src/mesa/pipe/i915simple/i915_prim_vbuf.c b/src/mesa/pipe/i915simple/i915_prim_vbuf.c index 086ad04d1e6..5499315926a 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"