From 825091834f1fca679e1547665edcbc083be85c35 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 7 Mar 2012 15:44:33 +0100 Subject: [PATCH] quotearg: the module must now include quote.h With commit v0.0-7133-g6417476, quotearg.c includes "quote.h". So must the module. * modules/quotearg (Files): Add quote.h. --- ChangeLog | 7 +++++++ modules/quotearg | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a5b065fb..8ac1ba489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-03-07 Jim Meyering + + quotearg: the module must now include quote.h + With commit v0.0-7133-g6417476, quotearg.c includes "quote.h". + So must the module. + * modules/quotearg (Files): Add quote.h. + 2012-03-06 Paul Eggert readtokens: avoid core dumps with unusual calling patterns diff --git a/modules/quotearg b/modules/quotearg index 176ff707f..bd63761e5 100644 --- a/modules/quotearg +++ b/modules/quotearg @@ -4,6 +4,7 @@ Quote arguments for use in error messages. Files: lib/quotearg.h lib/quotearg.c +lib/quote.h m4/mbstate_t.m4 m4/mbrtowc.m4 m4/quotearg.m4 -- 2.11.0