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)
commit05ed80b6a55ce3f831fc73f15df68b5ca2856ccb
treeda0e5216d7ae91b755e29b46015e7298ab99edc0
parent9c57ab6d2cf3c8a01efcdcead3477317227b5fd4
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>
ChangeLog
lib/copy-acl.c
lib/set-acl.c