Merge pull request #1617 from keneanung/OdbcCommandExceptionOnNoData
[mono.git] / mono / metadata / sysmath.h
index 4d4bb70e9173aaa53812df89dec2d6640159f849..f8f5778ab418c7fdd52f28a9f8f6cc311d3b9815 100644 (file)
 
 #include <config.h>
 #include <glib.h>
+#include "mono/utils/mono-compiler.h"
 
 extern gdouble ves_icall_System_Math_Floor (gdouble x);
 extern gdouble ves_icall_System_Math_Round (gdouble x);
-extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits);
+extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits, gboolean away_from_zero);
 
 extern gdouble 
 ves_icall_System_Math_Sin (gdouble x);