X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2Ffailtest.h;fp=ccan%2Ffailtest%2Ffailtest.h;h=0cc8f60c51ba15aa48e207c6088bfe4d39b70050;hp=9cabd1a9a712d1ac2bb0c559e41a024b136f1f38;hb=0a379f773681c7b3e53866b9a6e9cd0006012c1a;hpb=f725bbb1987284933e0f21dfb8f2ce7a1f0806e5 diff --git a/ccan/failtest/failtest.h b/ccan/failtest/failtest.h index 9cabd1a9..0cc8f60c 100644 --- a/ccan/failtest/failtest.h +++ b/ccan/failtest/failtest.h @@ -2,6 +2,9 @@ #ifndef CCAN_FAILTEST_H #define CCAN_FAILTEST_H #include "config.h" +#if HAVE_FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif #include #include #include