diff options
| author | Andrew Innes | 2000-02-06 23:37:49 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-02-06 23:37:49 +0000 |
| commit | 8f23f280539076bf81fef5b7cbea963050715db0 (patch) | |
| tree | fba41501aaaba1a020fdd17e5fc0f0a570310d8b /src/window.c | |
| parent | 0052a264ee303067f580920cd1487b120886bd46 (diff) | |
| download | emacs-8f23f280539076bf81fef5b7cbea963050715db0.tar.gz emacs-8f23f280539076bf81fef5b7cbea963050715db0.zip | |
[WINDOWSNT]: Include w32term.h.
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 d8ae5258289..809641dbc13 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -36,6 +36,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 36 | #ifdef HAVE_X_WINDOWS | 36 | #ifdef HAVE_X_WINDOWS |
| 37 | #include "xterm.h" | 37 | #include "xterm.h" |
| 38 | #endif /* HAVE_X_WINDOWS */ | 38 | #endif /* HAVE_X_WINDOWS */ |
| 39 | #ifdef WINDOWSNT | ||
| 40 | #include "w32term.h" | ||
| 41 | #endif | ||
| 39 | 42 | ||
| 40 | #ifndef max | 43 | #ifndef max |
| 41 | #define max(a, b) ((a) < (b) ? (b) : (a)) | 44 | #define max(a, b) ((a) < (b) ? (b) : (a)) |