aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index e55cf0dac63..a838c0b6558 100644
--- a/src/window.c
+++ b/src/window.c
@@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA. */
39#ifdef WINDOWSNT 39#ifdef WINDOWSNT
40#include "w32term.h" 40#include "w32term.h"
41#endif 41#endif
42#ifdef MSDOS
43#include "msdos.h"
44#endif
42 45
43#ifndef max 46#ifndef max
44#define max(a, b) ((a) < (b) ? (b) : (a)) 47#define max(a, b) ((a) < (b) ? (b) : (a))