]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Assorted fixes...
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 32b3e241a39fcefec93e7a1cf7397c5c2e91200e..b643eada974a796d8d0f757044edbf737abfd589 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -211,6 +211,10 @@ struct supertype {
 extern struct supertype *super_by_version(int vers, int minor);
 extern struct supertype *guess_super(int fd);
 
+#if __GNUC__ < 3
+struct stat64;
+#endif
+
 #ifdef UCLIBC
   struct FTW {};
 # define FTW_PHYS 1