X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=14d319ce7aa6a128d9630b6676a517a2c0461887;hp=cc791b0bb4e3da3226c22862b21d03e32304e931;hb=0f95489bd34ab05869e0bfaabf45149b3b161f28;hpb=15cb319b3e5d07b70fb2fef7188c11c90d015de4 diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index cc791b0b..14d319ce 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -19,6 +19,9 @@ */ #include "config.h" +#if HAVE_FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif #include #include #include