summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2.c b/osdep/getch2.c
index 8f82a727e4..9c4a46e532 100644
--- a/osdep/getch2.c
+++ b/osdep/getch2.c
@@ -3,7 +3,7 @@
#include "../config.h"
//#define USE_TERMCAP
-#ifndef __OS2__
+#if !defined(__OS2__) && !defined(__MORPHOS__)
#define USE_IOCTL
#endif