aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/ps2
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/ps2')
-rw-r--r--backends/plugins/ps2/ps2-provider.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/plugins/ps2/ps2-provider.cpp b/backends/plugins/ps2/ps2-provider.cpp
index a4a9877c61..c83f33e2ba 100644
--- a/backends/plugins/ps2/ps2-provider.cpp
+++ b/backends/plugins/ps2/ps2-provider.cpp
@@ -20,6 +20,9 @@
*
*/
+#define FORBIDDEN_SYMBOL_EXCEPTION_abort
+#define FORBIDDEN_SYMBOL_EXCEPTION_exit
+
#include "common/scummsys.h"
#if defined(DYNAMIC_MODULES) && defined(__PLAYSTATION2__)
@@ -27,6 +30,8 @@
#include "backends/plugins/ps2/ps2-provider.h"
#include "backends/plugins/elf/mips-loader.h"
+#include <kernel.h>
+
class PS2DLObject : public MIPSDLObject {
protected: