graw: fix the build (missing header)
authorZack Rusin <zackr@vmware.com>
Fri, 27 Aug 2010 17:09:38 +0000 (13:09 -0400)
committerZack Rusin <zackr@vmware.com>
Fri, 27 Aug 2010 17:09:38 +0000 (13:09 -0400)
src/gallium/targets/graw-xlib/graw_xlib.c

index 41120ba3c70f1b78ffba2eee73f9064fee811b69..8b64a0b819c8fd8a605e909bd563d5d3b8511130 100644 (file)
@@ -1,5 +1,6 @@
 #include "pipe/p_compiler.h"
 #include "pipe/p_context.h"
+#include "pipe/p_screen.h"
 #include "util/u_debug.h"
 #include "util/u_memory.h"
 #include "target-helpers/wrap_screen.h"