Mesa (master): st/mesa: Include glheader.h in st_atom.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Aug 3 08:15:44 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug  3 01:14:37 2010 -0700

st/mesa: Include glheader.h in st_atom.h.

Include glheader.h for GLenum symbol.

---

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

diff --git a/src/mesa/state_tracker/st_atom.h b/src/mesa/state_tracker/st_atom.h
index 1f0fef6..c7a0495 100644
--- a/src/mesa/state_tracker/st_atom.h
+++ b/src/mesa/state_tracker/st_atom.h
@@ -34,6 +34,8 @@
 #ifndef ST_ATOM_H
 #define ST_ATOM_H
 
+#include "main/glheader.h"
+
 struct st_context;
 struct st_tracked_state;
 




More information about the mesa-commit mailing list