use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / src / vunify.h
index f12d20e..a6e1072 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "lib_internal/matchlist.h"
 
+#include <sys/stat.h>
+
 struct dirent;
 struct WalkdownInfo
 {
@@ -51,13 +53,11 @@ struct Arguments {
     bool                               do_renew;
 };
 
-struct stat;
-
 static bool    checkFstat(struct MatchList const * const,
                           PathInfo const * const,
                           PathInfo const * const,
                           struct stat const ** const, struct stat * const,
-                          struct stat *) NONNULL((1,2,3,4,5,6,7));
+                          struct stat *) NONNULL((1,2,3,4,5,6));
 
 static struct MatchList const *
 checkDirEntry(PathInfo const *,