aboutsummaryrefslogtreecommitdiff
path: root/libc/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math.c')
-rw-r--r--libc/math.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/math.c b/libc/math.c
index 9cd9cea..c8142b5 100644
--- a/libc/math.c
+++ b/libc/math.c
@@ -1,5 +1,7 @@
// MIT License, Copyright (c) 2020 Marvin Borner
+#include <math.h>
+
int pow(int base, int exp)
{
if (exp < 0)