]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/run-20-growhash.c
tdb2: move open routines into a separate file (open.c)
[ccan] / ccan / tdb2 / test / run-20-growhash.c
index adbe733ef6476393d8a77a8ed0eee652de7f6b4f..b504e4907be88a85b07ba83b66cc5d92a5fda979 100644 (file)
@@ -1,8 +1,10 @@
 #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>
 #include <ccan/tdb2/hash.c>
+#include <ccan/tdb2/transaction.c>
 #include <ccan/tdb2/check.c>
 #include <ccan/tap/tap.h>
 #include "logging.h"