X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2Ffailtest.h;h=0cc8f60c51ba15aa48e207c6088bfe4d39b70050;hp=9cabd1a9a712d1ac2bb0c559e41a024b136f1f38;hb=1a0c636bc38213bd0322db47529f78f2dc22ffdd;hpb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;ds=sidebyside 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