diff options
Diffstat (limited to 'db2/compat.h')
-rw-r--r-- | db2/compat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db2/compat.h b/db2/compat.h index 86909ae..51008af 100644 --- a/db2/compat.h +++ b/db2/compat.h @@ -3,6 +3,12 @@ #include <sys/types.h> #include <errno.h> +#include <sys/stat.h> +#ifdef _STATBUF_ST_BLKSIZE +# define HAVE_ST_BLKSIZE +#endif + + #ifndef EFTYPE # define EFTYPE EINVAL #endif |