Re: [PATCH] acl: include quote.h

2013-05-07 Thread Eric Blake
On 05/07/2013 12:22 PM, Mike Frysinger wrote: > 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]

[PATCH] acl: include quote.h

2013-05-07 Thread Mike Frysinger
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: L