From: Vinson Lee Date: Tue, 3 Aug 2010 08:14:37 +0000 (-0700) Subject: st/mesa: Include glheader.h in st_atom.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df66c641e34b87fdb1fae5cae544203e36ca12d3;p=mesa.git st/mesa: Include glheader.h in st_atom.h. Include glheader.h for GLenum symbol. --- 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;