summaryrefslogtreecommitdiff
path: root/src/DynamicLink.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-09-18 13:52:15 -0700
committerGitHub <noreply@github.com>2023-09-18 13:52:15 -0700
commit5023f3aa70d066078c95293f9c447db40025a878 (patch)
tree7877778f088c143bcf79a666c9553981f8ad4a1c /src/DynamicLink.cpp
parentdffe17b2fe19decbe09848a81eeab6d002c90d2b (diff)
m_Do_printf (#53)
Diffstat (limited to 'src/DynamicLink.cpp')
-rw-r--r--src/DynamicLink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp
index a9d3cd5b..2402654b 100644
--- a/src/DynamicLink.cpp
+++ b/src/DynamicLink.cpp
@@ -14,7 +14,7 @@
#include "REL/executor.h"
#include "m_Do/m_Do_dvd_thread.h"
#include "m_Do/m_Do_ext.h"
-#include "dolphin/os/OS.h"
+#include "m_Do/m_Do_printf.h"
DynamicModuleControlBase* DynamicModuleControlBase::mFirst;
DynamicModuleControlBase* DynamicModuleControlBase::mLast;