cleanups
[util-vserver.git] / util-vserver / lib_internal / unify.h
index 346a058..60691eb 100644 (file)
 #ifndef H_UTIL_VSERVER_LIB_INTERNAL_UNIFY_H
 #define H_UTIL_VSERVER_LIB_INTERNAL_UNIFY_H
 
+#include <sys/stat.h>
 #include <stdbool.h>
 
-struct stat;
-
 bool
 Unify_unify(char const *src, struct stat const *src_stat,
            char const *dst, bool ignore_zero) NONNULL((1,2,3));