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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef INTEL_STRUCTS_H
|
||||
#define INTEL_STRUCTS_H
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include "brw_types.h"
|
||||
|
||||
struct br0 {
|
||||
GLuint length:8;
|
||||
|
||||
Reference in New Issue
Block a user