projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e0970
)
graw: fix the build (missing header)
author
Zack Rusin
<zackr@vmware.com>
Fri, 27 Aug 2010 17:09:38 +0000
(13:09 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Fri, 27 Aug 2010 17:09:38 +0000
(13:09 -0400)
src/gallium/targets/graw-xlib/graw_xlib.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/graw-xlib/graw_xlib.c
b/src/gallium/targets/graw-xlib/graw_xlib.c
index 41120ba3c70f1b78ffba2eee73f9064fee811b69..8b64a0b819c8fd8a605e909bd563d5d3b8511130 100644
(file)
--- 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"