diff --git a/sdl.c b/sdl.c index 596807a4b0..21436023d2 100644 --- a/sdl.c +++ b/sdl.c @@ -13,6 +13,8 @@ #include #ifdef __MORPHOS__ + // The system supplied definition of SIG_DFL is wrong on MorphOS + #undef SIG_DFL #define SIG_DFL (void (*)(int))0 #endif #endif