]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/run-56-open-during-transaction.c
tdb2: move open routines into a separate file (open.c)
[ccan] / ccan / tdb2 / test / run-56-open-during-transaction.c
index 8a6a0e52720ee2e3ba91da78519fe28adc86f4db..b242eab772ed4cbf73a3dcd8df5650f329aeb49d 100644 (file)
@@ -12,6 +12,7 @@ static int ftruncate_check(int fd, off_t length);
 #define ftruncate ftruncate_check
 
 #include <ccan/tdb2/tdb.c>
+#include <ccan/tdb2/open.c>
 #include <ccan/tdb2/free.c>
 #include <ccan/tdb2/lock.c>
 #include <ccan/tdb2/io.c>