diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-16 12:41:51 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-21 17:34:13 +0100 |
commit | 93c7173ed2fbe2bc47ee6879af89366cafd90ba5 (patch) | |
tree | 3abb9ae8b54f2ed38fe44a093f975544eab4ad37 | |
parent | d97f90b93e5a60bdb3aa4ee6714fdf187675e231 (diff) |
Add missing #include
-rw-r--r-- | src/mesa/pipe/i915simple/i915_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_debug.c b/src/mesa/pipe/i915simple/i915_debug.c index 8b7e3628f3..79060e9780 100644 --- a/src/mesa/pipe/i915simple/i915_debug.c +++ b/src/mesa/pipe/i915simple/i915_debug.c @@ -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__ ) |