From: Jim Meyering Date: Wed, 7 Mar 2012 14:44:33 +0000 (+0100) Subject: quotearg: the module must now include quote.h X-Git-Tag: v0.1~929 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=825091834f1fca679e1547665edcbc083be85c35 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. --- 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