summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_stdcreate_req.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_pc/f_pc_stdcreate_req.cpp')
-rw-r--r--src/f_pc/f_pc_stdcreate_req.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_stdcreate_req.cpp b/src/f_pc/f_pc_stdcreate_req.cpp
index 4d4c7784ae..34c8644b5c 100644
--- a/src/f_pc/f_pc_stdcreate_req.cpp
+++ b/src/f_pc/f_pc_stdcreate_req.cpp
@@ -9,7 +9,11 @@
#include "f_pc/f_pc_manager.h"
#include "f_pc/f_pc_debug_sv.h"
#include "SSystem/SComponent/c_phase.h"
-#include <dolphin/dolphin.h>
+#ifdef __REVOLUTION_SDK__
+#include <revolution.h>
+#else
+#include <dolphin.h>
+#endif
typedef struct standard_create_request_class {
/* 0x00 */ create_request base;