mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 04:30:22 +01:00
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:
parent
c8a6a8bf2c
commit
6a102074bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue