added missing includes
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 2 Jun 2010 19:55:12 +0000 (19:55 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 2 Jun 2010 19:55:12 +0000 (19:55 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2886 94cd875c-1c1d-0410-91d2-eb244daf1a30

lib/syscall_getiattr-fscompat.hc

index b5fac29..6d2ca6c 100644 (file)
@@ -25,6 +25,9 @@
 #include "ioctl-getxflg.hc"
 
 #include <fcntl.h>
+#include <unistd.h>
+#include <sys/stat.h>
+
 static inline ALWAYSINLINE int
 vc_get_iattr_fscompat(char const *filename,
                      xid_t    * /*@null@*/ xid,