doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / copy-acl.c
index bcc86b6..eebb359 100644 (file)
@@ -1,6 +1,6 @@
 /* copy-acl.c - copy access control list from one file to another file
 
-   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)