diff options
Diffstat (limited to 'sdl.c')
-rw-r--r-- | sdl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ #include <signal.h> #ifdef __MORPHOS__ + // The system supplied definition of SIG_DFL is wrong on MorphOS + #undef SIG_DFL #define SIG_DFL (void (*)(int))0 #endif #endif |