X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmath%2Fm_xform.c;h=718ad499363160d30ef22772dd69bdc10f17ba41;hb=a2b366b92cecc5045293528aa0bb8b1f0678bbcc;hp=14d1c645379a47844ae5af33d832d53eeec808bf;hpb=bbb2d8403256dd16fb55b4059f396c42cdc5008c;p=mesa.git diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 14d1c645379..718ad499363 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -33,6 +33,7 @@ * 3. Transformation of a point p by a matrix M is: p' = M * p */ +#include "c99_math.h" #include "main/glheader.h" #include "main/macros.h"