diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/rastpos.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index 9b508eaedf..d113906f41 100644 --- a/src/mesa/main/rastpos.h +++ b/src/mesa/main/rastpos.h @@ -32,8 +32,11 @@ #define RASTPOS_H -#include "main/mtypes.h" +#include "compiler.h" +#include "mfeatures.h" +struct _glapi_table; +struct gl_context; #if FEATURE_rastpos |