summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 5ea88156..b32728b9 100644
--- a/include/common.h
+++ b/include/common.h
@@ -14,5 +14,5 @@ typedef float f32;
#define NULL 0
-double fabs(double f);
-#pragma intrinsic(fabs) \ No newline at end of file
+double fabsf(double f);
+#pragma intrinsic(fabsf) \ No newline at end of file