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

Include glheader.h for GLenum symbol.
This commit is contained in:
Vinson Lee 2010-08-03 01:14:37 -07:00
parent 816ad9bc23
commit df66c641e3

View file

@ -34,6 +34,8 @@
#ifndef ST_ATOM_H
#define ST_ATOM_H
#include "main/glheader.h"
struct st_context;
struct st_tracked_state;