diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-08-21 12:07:29 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-08-21 12:07:29 +0100 |
commit | 361c49ad3cfe58b9ab98dfb6e95de505c0d63730 (patch) | |
tree | 179130ffb2688ea0468806344aa72040e9afd26a /src/brw_structs.h | |
parent | cdcc6f23e8cad797e6cfd57e2ff454ec8509b5ba (diff) |
Fix bug #7930, i810 doesn't compile without DRI
(Samuel Thibault)
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r-- | src/brw_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h index c9c07510..50b5fda9 100644 --- a/src/brw_structs.h +++ b/src/brw_structs.h @@ -28,6 +28,8 @@ #ifndef BRW_STRUCTS_H #define BRW_STRUCTS_H +#include <GL/gl.h> + /* Command packets: */ struct header |