From 6a102074bb30e44273e999ee8cdd2afbfbc4e333 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 4 Jan 2011 07:24:36 -0700 Subject: i965g: include brw_types.h instead of GL/gl.h Alternately, some search&replace could be used to replace all occurances of GLint with int, etc. in the driver. --- src/gallium/drivers/i965/intel_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/i965/intel_structs.h') diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h index 8ecb99834f..ec6eec8910 100644 --- a/src/gallium/drivers/i965/intel_structs.h +++ b/src/gallium/drivers/i965/intel_structs.h @@ -1,7 +1,7 @@ #ifndef INTEL_STRUCTS_H #define INTEL_STRUCTS_H -#include +#include "brw_types.h" struct br0 { GLuint length:8; -- cgit v1.2.3