From: Brian Paul Date: Tue, 4 Jan 2011 14:24:36 +0000 (-0700) Subject: i965g: include brw_types.h instead of GL/gl.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a102074bb30e44273e999ee8cdd2afbfbc4e333;p=mesa.git 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. --- diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h index 8ecb99834f4..ec6eec8910f 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;