aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2012-12-11 03:06:53 +0100
committerJuanma Barranquero <[email protected]>2012-12-11 03:06:53 +0100
commit0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9 (patch)
tree7ecf41cb98738cf0351b77fbd2740ab858d2932d /lib-src
parentabf8abe58fab8069a1cf950f055b80aa3ce46e0f (diff)
(lib-src,src,lib)/makefile.w32-in: Update dependencies.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 58fec00da4..866e76ad24 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-11 Juanma Barranquero <[email protected]>
+
+ * makefile.w32-in (SYSWAIT_H): Update dependencies.
+
2012-12-10 Eli Zaretskii <[email protected]>
* makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 2d4270b0e9..24be44e22f 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -378,6 +378,7 @@ SYSTIME_H = $(SRC)/systime.h \
$(NT_INC)/sys/time.h \
$(GNU_LIB)/timespec.h
SYSWAIT_H = $(SRC)/syswait.h \
+ $(NT_INC)/stdbool.h \
$(NT_INC)/sys/wait.h
$(BLD)/ctags.$(O) : \