summaryrefslogtreecommitdiff
path: root/soh/include/libc
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-01-17 00:17:49 -0500
committerbriaguya <briaguya@alice>2023-01-17 00:33:56 -0500
commitba13e6b2c40d17adef064c2022ceeef260622981 (patch)
tree8dbad888b552342bd7a10a1061657a122ce08f87 /soh/include/libc
parentab104623a74311ed3ba20fc059b012b3940c300b (diff)
refactor: use LUS 1.0 RC
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com> Co-authored-by: David Chavez <david@dcvz.io> Co-authored-by: KiritoDv <kiritodev01@gmail.com> Co-authored-by: Christopher Leggett <chris@leggett.dev>
Diffstat (limited to 'soh/include/libc')
-rw-r--r--soh/include/libc/math.h2
-rw-r--r--soh/include/libc/stdlib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/soh/include/libc/math.h b/soh/include/libc/math.h
index bceffad22..cad323823 100644
--- a/soh/include/libc/math.h
+++ b/soh/include/libc/math.h
@@ -1,7 +1,7 @@
#ifndef MATH_H
#define MATH_H
-#include "ultra64/types.h"
+#include <libultraship/libultra.h>
#define M_PI 3.14159265358979323846f
#define M_SQRT2 1.41421356237309504880f
diff --git a/soh/include/libc/stdlib.h b/soh/include/libc/stdlib.h
index 00418278a..9028d104d 100644
--- a/soh/include/libc/stdlib.h
+++ b/soh/include/libc/stdlib.h
@@ -1,7 +1,7 @@
#ifndef STDLIB_H
#define STDLIB_H
-#include "ultra64.h"
+#include <libultraship/libultra.h>
#if 0