diff options
-rw-r--r-- | src/mesa/main/blend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 677b01cc9fc..f72c779f1aa 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -33,7 +33,9 @@ #define BLEND_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY |