Mesa (master): graw: Include missing header in graw.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:08:01 UTC 2010


Module: Mesa
Branch: master
Commit: 1b83ede8cc68c01eaade6ceffab00cef5a1fb2df
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b83ede8cc68c01eaade6ceffab00cef5a1fb2df

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 27 00:07:38 2010 -0700

graw: Include missing header in graw.h.

Include p_compiler.h for PUBLIC symbol.

---

 src/gallium/include/state_tracker/graw.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/include/state_tracker/graw.h b/src/gallium/include/state_tracker/graw.h
index 5eaa323..6a99b23 100644
--- a/src/gallium/include/state_tracker/graw.h
+++ b/src/gallium/include/state_tracker/graw.h
@@ -41,6 +41,7 @@
  * those for parsing text representations of TGSI shaders.
  */
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_format.h"
 
 struct pipe_screen;




More information about the mesa-commit mailing list