diff options
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index c91b61886fd..3af4696a075 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -801,7 +801,9 @@ $(BLD)\w32inevt.obj : \ $(SRC)\lisp.h \ $(SRC)\frame.h \ $(SRC)\blockinput.h \ - $(SRC)\termhooks.h + $(SRC)\termhooks.h \ + $(SRC)\w32heap.h \ + $(SRC)\w32term.h $(BLD)\w32proc.obj : \ $(SRC)\w32proc.c \ |