diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 215ceea847f..ee7a10f9806 100644 --- a/src/window.c +++ b/src/window.c @@ -42,6 +42,9 @@ Boston, MA 02111-1307, USA. */ #ifdef MSDOS #include "msdos.h" #endif +#ifdef macintosh +#include "macterm.h" +#endif #ifndef max #define max(a, b) ((a) < (b) ? (b) : (a)) |