diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 58fec00da41..866e76ad24f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (SYSWAIT_H): Update dependencies. | ||
| 4 | |||
| 1 | 2012-12-10 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-12-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix | 7 | * 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 2d4270b0e96..24be44e22f2 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -378,6 +378,7 @@ SYSTIME_H = $(SRC)/systime.h \ | |||
| 378 | $(NT_INC)/sys/time.h \ | 378 | $(NT_INC)/sys/time.h \ |
| 379 | $(GNU_LIB)/timespec.h | 379 | $(GNU_LIB)/timespec.h |
| 380 | SYSWAIT_H = $(SRC)/syswait.h \ | 380 | SYSWAIT_H = $(SRC)/syswait.h \ |
| 381 | $(NT_INC)/stdbool.h \ | ||
| 381 | $(NT_INC)/sys/wait.h | 382 | $(NT_INC)/sys/wait.h |
| 382 | 383 | ||
| 383 | $(BLD)/ctags.$(O) : \ | 384 | $(BLD)/ctags.$(O) : \ |