st/mesa: Include glheader.h in st_atom.h.
authorVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 08:14:37 +0000 (01:14 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 08:14:37 +0000 (01:14 -0700)
Include glheader.h for GLenum symbol.

src/mesa/state_tracker/st_atom.h

index 1f0fef63df573562711cee7315e948d2d1bb29c1..c7a04951bff7b14a9be5d17d2599829c3d9b1ddc 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef ST_ATOM_H
 #define ST_ATOM_H
 
+#include "main/glheader.h"
+
 struct st_context;
 struct st_tracked_state;