]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/failtest_override.h
tdb2: tdb_foreach()
[ccan] / ccan / failtest / failtest_override.h
index 0d71312c4a63f2820214231ea804988f30cd106f..eee45ff17682332720285763255ee2a57e0ca435 100644 (file)
@@ -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 <stdlib.h>