From cf15e9b3430f79257e27f4d83fbebc7138622b6d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 4 Jan 2011 00:41:10 -0800 Subject: i965g: Include gl.h in intel_structs.h. Include gl.h for OpenGL symbols. --- src/gallium/drivers/i965/intel_structs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h index 522e3bd92c..8ecb99834f 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 + struct br0 { GLuint length:8; GLuint pad0:3; -- cgit v1.2.3