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 | 489f93712159771f38253bdc9c7906356c606061 (patch) | |
tree | d6dbe02f12fc60618b02b25cd5ff241956c1846b /src/w32proc.c | |
parent | a0d143459c1088f1634c302d5604a86241e62b40 (diff) | |
download | emacs-489f93712159771f38253bdc9c7906356c606061.tar.gz emacs-489f93712159771f38253bdc9c7906356c606061.tar.bz2 emacs-489f93712159771f38253bdc9c7906356c606061.zip |
Use new names for w32 files
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 3b6a78c5978..b8ada136cd3 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. #include <windows.h> #include "lisp.h" -#include "nt.h" +#include "w32.h" #include "systime.h" #include "syswait.h" #include "process.h" |