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 9a5b065..8ac1ba4 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 176ff70..bd63761 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