diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/extensions.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 6eb8539396..a9ed41f86b 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main/extensions.h @@ -36,7 +36,10 @@  #ifndef _EXTENSIONS_H_  #define _EXTENSIONS_H_ -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context;  #if _HAVE_FULL_GL | 
