diff options
Diffstat (limited to 'src/code/sys_math.c')
| -rw-r--r-- | src/code/sys_math.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/sys_math.c b/src/code/sys_math.c index 9649218b1..81d54d86a 100644 --- a/src/code/sys_math.c +++ b/src/code/sys_math.c @@ -2,6 +2,7 @@ * Maths library: two factorials, integer power, wrappers for libultra's sins and coss (the main ones used), and some * random functions moved from OoT's z_actor */ + #include "global.h" static f32 sFactorialTbl[] = { |
