Add missing #include
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 16 Aug 2007 11:41:51 +0000 (12:41 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 21 Aug 2007 16:34:13 +0000 (17:34 +0100)
src/mesa/pipe/i915simple/i915_debug.c

index 8b7e362..79060e9 100644 (file)
@@ -31,6 +31,7 @@
 #include "i915_context.h"
 #include "i915_winsys.h"
 #include "i915_debug.h"
+#include "pipe/p_winsys.h"
 
 #define PRINTF( ... ) (stream)->winsys->printf( (stream)->winsys, __VA_ARGS__ )