diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:04:49 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:04:49 +0000 |
commit | ac22b4d90bcd6b413f8c186f17e1c5c34eb95727 (patch) | |
tree | b9b15245eda1ade0312ff3114dba142d6898b00d /src/w32console.c | |
parent | b32330ec635075050b6855b445ce4b10bbaa2340 (diff) | |
download | emacs-ac22b4d90bcd6b413f8c186f17e1c5c34eb95727.tar.gz |
Use new names for w32 files
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c index ca6210d7e83..d80981b605a 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. #include "disptab.h" #include "termhooks.h" -#include "ntinevt.h" +#include "w32inevt.h" /* from window.c */ extern Lisp_Object Frecenter (); |