]> Savannah Git Hosting - gnulib.git/commitdiff
quotearg: the module must now include quote.h
authorJim Meyering <meyering@redhat.com>
Wed, 7 Mar 2012 14:44:33 +0000 (15:44 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 7 Mar 2012 14:44:33 +0000 (15:44 +0100)
With commit v0.0-7133-g6417476, quotearg.c includes "quote.h".
So must the module.
* modules/quotearg (Files): Add quote.h.

ChangeLog
modules/quotearg

index 9a5b065fb536443d46e84e6183a58a601f5b9254..8ac1ba489f8185f1eede39ac4f4ae7f609ef7ec7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-03-07  Jim Meyering  <meyering@redhat.com>
+
+       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  <eggert@cs.ucla.edu>
 
        readtokens: avoid core dumps with unusual calling patterns
index 176ff707f639cfb8090091feabac28cbe976127f..bd63761e52c36d9c9fa4dd5e177728ba9738053b 100644 (file)
@@ -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