X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2Ffailtest_override.h;h=eee45ff17682332720285763255ee2a57e0ca435;hp=0d71312c4a63f2820214231ea804988f30cd106f;hb=1a0c636bc38213bd0322db47529f78f2dc22ffdd;hpb=74257cee33ae3033f961d5f22a0313b8cb1b18d4 diff --git a/ccan/failtest/failtest_override.h b/ccan/failtest/failtest_override.h index 0d71312c..eee45ff1 100644 --- a/ccan/failtest/failtest_override.h +++ b/ccan/failtest/failtest_override.h @@ -3,6 +3,9 @@ #define CCAN_FAILTEST_OVERRIDE_H /* This file is included before the source file to test. */ #include "config.h" +#if HAVE_FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif /* Replacement of allocators. */ #include