diff options
| -rw-r--r-- | src/mesa/main/matrix.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index 38fd235b11..2878cc134b 100644 --- a/src/mesa/main/matrix.h +++ b/src/mesa/main/matrix.h @@ -28,8 +28,9 @@  #define MATRIX_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context;  extern void GLAPIENTRY  _mesa_Frustum( GLdouble left, GLdouble right, | 
