diff options
author | Vinson Lee <vlee@vmware.com> | 2011-01-04 00:41:10 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-01-04 00:41:10 -0800 |
commit | cf15e9b3430f79257e27f4d83fbebc7138622b6d (patch) | |
tree | 7ebaebe625932a3785ce618367ab87cd7d496861 | |
parent | bea6539abff17f39c822ac9c1c94f8249c396b18 (diff) | |
download | external_mesa3d-cf15e9b3430f79257e27f4d83fbebc7138622b6d.zip external_mesa3d-cf15e9b3430f79257e27f4d83fbebc7138622b6d.tar.gz external_mesa3d-cf15e9b3430f79257e27f4d83fbebc7138622b6d.tar.bz2 |
i965g: Include gl.h in intel_structs.h.
Include gl.h for OpenGL symbols.
-rw-r--r-- | src/gallium/drivers/i965/intel_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h index 522e3bd..8ecb998 100644 --- a/src/gallium/drivers/i965/intel_structs.h +++ b/src/gallium/drivers/i965/intel_structs.h @@ -1,6 +1,8 @@ #ifndef INTEL_STRUCTS_H #define INTEL_STRUCTS_H +#include <GL/gl.h> + struct br0 { GLuint length:8; GLuint pad0:3; |