Whamcloud - gitweb
getsize.c: #include stat.h for the Apple Darwin port
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 04:08:32 +0000 (23:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 04:08:32 +0000 (23:08 -0500)
lib/blkid/ChangeLog
lib/blkid/getsize.c

index d24c77c..f34f518 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * getsize.c: #include stat.h for the Apple Darwin port
+
 2003-03-17  Theodore Ts'o  <tytso@mit.edu>
 
        * cache.c: Initialize blkid_debug_mask to zero since some
index c83b1dd..55c22b0 100644 (file)
@@ -27,6 +27,7 @@
 #ifdef HAVE_SYS_DISKLABEL_H
 #include <sys/ioctl.h>
 #include <sys/disklabel.h>
+#include <sys/stat.h>
 #endif /* HAVE_SYS_DISKLABEL_H */
 
 #include "blkidP.h"