summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-08-27 13:09:38 -0400
committerZack Rusin <zackr@vmware.com>2010-08-27 13:09:38 -0400
commit83e3a2d97095d0ef062f210673eb23031fe1cb9a (patch)
tree8890a78dfbd668cc192b951021ac21f55c43b72d /src/gallium/targets/graw-xlib
parentc8e0970667d2b4d92abe22bf099cafee4acb717b (diff)
graw: fix the build (missing header)
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/graw_xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c
index 41120ba3c7..8b64a0b819 100644
--- a/src/gallium/targets/graw-xlib/graw_xlib.c
+++ b/src/gallium/targets/graw-xlib/graw_xlib.c
@@ -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"