diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-11-17 20:00:16 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-11-17 20:00:16 +0200 |
commit | cf2d22b874ca2df0072e32ee641e8efffe4abd6d (patch) | |
tree | 1795142ec7861fc85c61adc90f03265b69041556 /src/makefile.w32-in | |
parent | 3c4ca7155293ffc2d04708007131bcbc882d8913 (diff) | |
parent | 6ad30855c02908fdd99d9b11943719e185e65ee3 (diff) | |
download | emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 50e5e2ec4df..71cafeb4d8b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -738,6 +738,7 @@ $(BLD)/dispnew.$(O) : \ $(SRC)/termchar.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/fpending.h \ $(BUFFER_H) \ $(CHARACTER_H) \ $(CONFIG_H) \ @@ -803,6 +804,7 @@ $(BLD)/emacs.$(O) : \ $(SRC)/w32select.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/close-stream.h \ $(GNU_LIB)/ignore-value.h \ $(ATIMER_H) \ $(BUFFER_H) \ |