diff --git a/src/ChangeLog b/src/ChangeLog index bb2a0d20c1f..901194ed0a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-27 Juanma Barranquero + + * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. + 2011-08-26 Paul Eggert Integer and memory overflow issues (Bug#9196). diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 792b66b0e4f..53cb5f857ab 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -469,6 +469,7 @@ $(BLD)/alloc.$(O) : \ $(SRC)/syssignal.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(CHARACTER_H) \ $(CONFIG_H) \