diff options
author | Vinson Lee <[email protected]> | 2010-08-03 01:14:37 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-03 01:14:37 -0700 |
commit | df66c641e34b87fdb1fae5cae544203e36ca12d3 (patch) | |
tree | 6ff6fef581f58728ff2c7bcf7c12f5ad859cc694 /src | |
parent | 816ad9bc23e22950a1740de1d70c2c9ebbdda724 (diff) |
st/mesa: Include glheader.h in st_atom.h.
Include glheader.h for GLenum symbol.
Diffstat (limited to 'src')
-rw-r--r-- | 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 1f0fef63df5..c7a04951bff 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; |