diff src/window.c @ 27633:ab6c81c6edf8

[WINDOWSNT]: Include w32term.h.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:49 +0000
parents 49dd86912d71
children 30ad7bc10779
line wrap: on
line diff
--- a/src/window.c	Sun Feb 06 23:37:47 2000 +0000
+++ b/src/window.c	Sun Feb 06 23:37:49 2000 +0000
@@ -36,6 +36,9 @@
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"
 #endif	/* HAVE_X_WINDOWS */
+#ifdef WINDOWSNT
+#include "w32term.h"
+#endif
 
 #ifndef max
 #define max(a, b) ((a) < (b) ? (b) : (a))