X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fmatrix.h;h=2878cc134b5d0d39866659c80dbe1d90b4bd5b91;hb=7f48278edc70ad0841cbee2c46add7653b4fac15;hp=38fd235b117e347e60acd847b045a650434e17e6;hpb=cd6a31cd4a9ea6deef4778c2eaef2d47240c3a6e;p=mesa.git diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index 38fd235b117..2878cc134b5 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,