Add missing #include

This commit is contained in:
Keith Whitwell 2007-08-16 12:41:51 +01:00
parent d97f90b93e
commit 93c7173ed2
1 changed files with 1 additions and 0 deletions

View 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__ )