project_files/hwc/rtl/pmath.h
branchwebgl
changeset 8047 25a4daa6473c
parent 7983 02f36c3e7f6c
child 11655 e15eb10f1703
--- a/project_files/hwc/rtl/pmath.h	Tue Nov 13 22:24:30 2012 +0100
+++ b/project_files/hwc/rtl/pmath.h	Tue Nov 13 23:39:49 2012 +0100
@@ -2,6 +2,7 @@
 #define PMATH_H_
 
 #include <stdint.h>
+#include <math.h>
 
 #define     fpcrtl_min(a, b)                ((a) < (b) ? (a) : (b))
 #define     fpcrtl_max(a, b)                ((a) > (b) ? (a) : (b))