X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2Ffailtest.h;h=0cc8f60c51ba15aa48e207c6088bfe4d39b70050;hp=d4d9987b5e38e545244eebc18e0103a053149c8f;hb=0a379f773681c7b3e53866b9a6e9cd0006012c1a;hpb=4601063b15ad7a1896135bf91bbcb7cabfbc9000 diff --git a/ccan/failtest/failtest.h b/ccan/failtest/failtest.h index d4d9987b..0cc8f60c 100644 --- a/ccan/failtest/failtest.h +++ b/ccan/failtest/failtest.h @@ -1,6 +1,10 @@ +/* Licensed under LGPL - see LICENSE file for details */ #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