Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with platforms...
[mat/samba.git] / lib / replace / replace.h
index 776da8aa4a13d97cf64d044ef942802c50de1ed4..debd4dae3c22856e290b9adeea8817b4239ca25d 100644 (file)
@@ -841,4 +841,12 @@ typedef long useconds_t;
 int usleep(useconds_t);
 #endif
 
+#ifndef HAVE_BLKSIZE_T
+typedef long blksize_t;
+#endif
+
+#ifndef HAVE_BLKCNT_T
+typedef long blkcnt_t;
+#endif
+
 #endif /* _LIBREPLACE_REPLACE_H */