From 0d57ec95210fd22a42b07e5cf5c4f3346f64c40f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Jan 2010 08:38:14 +0100 Subject: [PATCH] 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. (cherry picked from commit 816a1ec4c989ffea4a462978db076c2f4322b730) --- ChangeLog | 8 ++++++++ lib/readtokens.c | 2 ++ modules/readtokens | 1 + 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80f398816..ae5e1a039 100644 --- 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 index 8172eb1f1..e29f20e69 100644 --- 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 index d593b8fbf..9453de997 100644 --- a/modules/readtokens +++ b/modules/readtokens @@ -7,6 +7,7 @@ lib/readtokens.c m4/readtokens.m4 Depends-on: +xalloc stdbool configure.ac: -- 2.11.0