diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 776da8aa4a..debd4dae3c 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -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 */ |