aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>1999-05-02 10:11:35 +0000
committerAndrew Innes <[email protected]>1999-05-02 10:11:35 +0000
commit9551468ff4aeb9dec3b7284b07f5bc41c27c8b41 (patch)
tree1f9ffdef486b21b5863df5cc14c79e4b2cbc221b /src/makefile.nt
parent716e0b0ab9bff9358719803a607745387aca65f9 (diff)
($(BLD)\w32term.obj): Add dependency on w32heap.h.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index d67c33fff2..059c539581 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -1148,6 +1148,7 @@ $(BLD)\w32term.obj: \
$(SRC)\w32term.c \
$(SRC)\lisp.h \
$(SRC)\blockinput.h \
+ $(SRC)\w32heap.h \
$(SRC)\w32term.h \
$(SRC)\w32gui.h \
$(SRC)\systty.h \