i965g: Include gl.h in intel_structs.h.
authorVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 08:41:10 +0000 (00:41 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 08:41:10 +0000 (00:41 -0800)
Include gl.h for OpenGL symbols.

src/gallium/drivers/i965/intel_structs.h

index 522e3bd92c2c13767ff12d8dfcb10e72473bb486..8ecb99834f476f54ecff65ff6c8de6cadfd889aa 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef INTEL_STRUCTS_H
 #define INTEL_STRUCTS_H
 
+#include <GL/gl.h>
+
 struct br0 {
    GLuint length:8;
    GLuint pad0:3;