]> Savannah Git Hosting - gnulib.git/commitdiff
acl: include quote.h
authorMike Frysinger <vapier@gentoo.org>
Tue, 7 May 2013 18:22:09 +0000 (14:22 -0400)
committerEric Blake <eblake@redhat.com>
Tue, 7 May 2013 19:25:52 +0000 (13:25 -0600)
These files use quote(), so include quote.h for it otherwise we fail to
build with errors like:
copy-acl.c: In function 'copy_acl':
copy-acl.c:51:7: error: implicit declaration of function 'quote'
[-Werror=implicit-function-declaration]

* lib/copy-acl.c: Include quote.h.
* lib/set-acl.c: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/copy-acl.c
lib/set-acl.c

index 82e5767619f9f0e41489687841fbbb626b23cdf5..32756216aa1ca4549d2a4723e6f6fff9cf51e8e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-07  Mike Frysinger  <vapier@gentoo.org>
+
+       acl: include quote.h
+       * lib/copy-acl.c: Include quote.h.
+       * lib/set-acl.c: Likewise.
+
 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
 
        fchownat, renameat, unlinkat: update statat dependencies
index 55799a8799e8f74fdba432e8e2955f0036e95056..b4ebf7e8a8c7763eb271df20017f2228338848e4 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <errno.h>
 
+#include "quote.h"
 #include "error.h"
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
index 7600f609f74bef0d666a4765f2afb317a83260e0..a2a88a9e9183a430867679a05565d7f65197b609 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <errno.h>
 
+#include "quote.h"
 #include "error.h"
 #include "gettext.h"
 #define _(msgid) gettext (msgid)