diff options
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index 240185501b9..a16872e2d11 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. #include <stdlib.h> #include <stdio.h> -#include "ntheap.h" +#include "w32heap.h" #include "lisp.h" /* for VALMASK */ /* This gives us the page size and the size of the allocation unit on NT. */ |