summaryrefslogtreecommitdiff
path: root/lib/copy-acl.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-05-07 14:22:09 -0400
committerEric Blake <eblake@redhat.com>2013-05-07 13:25:52 -0600
commit05ed80b6a55ce3f831fc73f15df68b5ca2856ccb (patch)
treeda0e5216d7ae91b755e29b46015e7298ab99edc0 /lib/copy-acl.c
parent9c57ab6d2cf3c8a01efcdcead3477317227b5fd4 (diff)
downloadgnulib-05ed80b6a55ce3f831fc73f15df68b5ca2856ccb.tar.gz
acl: include quote.h
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>
Diffstat (limited to 'lib/copy-acl.c')
-rw-r--r--lib/copy-acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/copy-acl.c b/lib/copy-acl.c
index 55799a8799..b4ebf7e8a8 100644
--- a/lib/copy-acl.c
+++ b/lib/copy-acl.c
@@ -23,6 +23,7 @@
#include <errno.h>
+#include "quote.h"
#include "error.h"
#include "gettext.h"
#define _(msgid) gettext (msgid)