Move to u16-mbtouc-unsafe.
[gnulib.git] / lib / acl.h
index a7b4f9e..11f2667 100644 (file)
--- a/lib/acl.h
+++ b/lib/acl.h
@@ -25,6 +25,9 @@
 # define GETACLCNT ACL_CNT
 #endif
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 int file_has_acl (char const *, struct stat const *);
 int copy_acl (char const *, int, char const *, int, mode_t);
 int set_acl (char const *, int, mode_t);