]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/failtest.h
tdb2: tdb_foreach()
[ccan] / ccan / failtest / failtest.h
index d4d9987b5e38e545244eebc18e0103a053149c8f..0cc8f60c51ba15aa48e207c6088bfe4d39b70050 100644 (file)
@@ -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 <sys/types.h>
 #include <stdbool.h>
 #include <fcntl.h>