# HG changeset patch # User Jim Meyering # Date 1262763494 -3600 # Node ID 21afac8020befde4c148d12e4c644f7a6fad7a3b # Parent 25232b487199090c86c5b2026fa8f5df33c3a5e5 readtokens: this module *does* require xalloc.h It uses only functions that were omitted by the old syntax-check rule. * lib/readtokens.c: Include "xalloc.h" once again. * modules/readtokens (Depends-on): Add xalloc. This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-06 Jim Meyering + + readtokens: this module *does* require xalloc.h + It uses only functions that were omitted by the old syntax-check rule. + * lib/readtokens.c: Include "xalloc.h" once again. + * modules/readtokens (Depends-on): Add xalloc. + This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c. + 2010-01-05 Eric Blake maint: support 'make announcement' from a VPATH build diff --git a/lib/readtokens.c b/lib/readtokens.c --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -31,6 +31,8 @@ #include #include +#include "xalloc.h" + #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif diff --git a/modules/readtokens b/modules/readtokens --- a/modules/readtokens +++ b/modules/readtokens @@ -7,6 +7,7 @@ m4/readtokens.m4 Depends-on: +xalloc stdbool configure.ac: