From c1a7b53073202c67becf4df36cadc32ef4759c8a Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 11 Dec 2016 17:47:32 +0100 Subject: setfacl: Include errno.h In file tools/setfattr.c:33:0, gcc -Wcpp complains that including is incorrect and that should be included instead. Reported by Matias A. Fonzo . --- tools/setfattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setfattr.c b/tools/setfattr.c index 6f79d8f..ad8f35d 100644 --- a/tools/setfattr.c +++ b/tools/setfattr.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include "misc.h" -- cgit v1.2.1