NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / lib / set-acl.c
index f41ad82..9807f10 100644 (file)
@@ -1,6 +1,6 @@
 /* set-acl.c - set access control list equivalent to a mode
 
-   Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2014 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,6 +21,9 @@
 
 #include "acl.h"
 
+#include <errno.h>
+
+#include "quote.h"
 #include "error.h"
 #include "gettext.h"
 #define _(msgid) gettext (msgid)