mesa: remove INV_SQRTF() macro
[mesa.git] / src / mesa / math / m_xform.c
index 14d1c645379a47844ae5af33d832d53eeec808bf..718ad499363160d30ef22772dd69bdc10f17ba41 100644 (file)
@@ -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"