Mesa (master): st/mesa: Include missing headers in st_format.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 5 08:00:14 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug  5 00:59:44 2010 -0700

st/mesa: Include missing headers in st_format.h.

---

 src/mesa/state_tracker/st_format.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h
index 29768f2..841c58c 100644
--- a/src/mesa/state_tracker/st_format.h
+++ b/src/mesa/state_tracker/st_format.h
@@ -31,7 +31,12 @@
 #define ST_FORMAT_H
 
 #include "main/formats.h"
+#include "main/mtypes.h"
 
+#include "pipe/p_defines.h"
+#include "pipe/p_format.h"
+
+struct pipe_screen;
 
 extern GLenum
 st_format_datatype(enum pipe_format format);




More information about the mesa-commit mailing list