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/unexw32.c | |
parent | a0d143459c1088f1634c302d5604a86241e62b40 (diff) | |
download | emacs-489f93712159771f38253bdc9c7906356c606061.tar.gz |
Use new names for w32 files
Diffstat (limited to 'src/unexw32.c')
-rw-r--r-- | src/unexw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexw32.c b/src/unexw32.c index 4391a89f127..d449a79eaa0 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. extern BOOL ctrl_c_handler (unsigned long type); -#include "ntheap.h" +#include "w32heap.h" /* A convenient type for keeping all the info about a mapped file together. */ typedef struct file_data { |