changeset 16597:3d8b0225b6ec

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.
author Jim Meyering <meyering@redhat.com>
date Wed, 07 Mar 2012 15:44:33 +0100
parents e2c60dd50c61
children dcdc513e338b
files ChangeLog modules/quotearg
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/quotearg
+++ b/modules/quotearg
@@ -4,6 +4,7 @@
 Files:
 lib/quotearg.h
 lib/quotearg.c
+lib/quote.h
 m4/mbstate_t.m4
 m4/mbrtowc.m4
 m4/quotearg.m4