summaryrefslogtreecommitdiff
path: root/src/c
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-04-24 15:28:31 -0700
committerGitHub <noreply@github.com>2023-04-24 15:28:31 -0700
commitb440ae74fbd2f4fbeb6de2aa35f885727eea2134 (patch)
tree1e58749f8a9c4ffa544dfa8789e3285176849a3f /src/c
parente1a0f636e5c68d53b4e00a4cff85700f6588ef1b (diff)
MSL_C (#319)
* MSL_C/string.h * MSL_C/stdlib.h
Diffstat (limited to 'src/c')
-rw-r--r--src/c/c_dylink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/c_dylink.cpp b/src/c/c_dylink.cpp
index ecc51364b2..fcf5b640c3 100644
--- a/src/c/c_dylink.cpp
+++ b/src/c/c_dylink.cpp
@@ -6,7 +6,7 @@
#include "DynamicLink.h"
#include "JSystem/JKernel/JKRArchive.h"
#include "JSystem/JKernel/JKRSolidHeap.h"
-#include "MSL_C/MSL_Common/Src/string.h"
+#include "MSL_C/string.h"
#include "d/com/d_com_inf_game.h"
#include "d/d_procname.h"
#include "dol2asm.h"