]> git.ozlabs.org Git - ccan/commitdiff
tdb2: fix compile of test/run-check-callback.c
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Mar 2011 10:19:49 +0000 (20:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Mar 2011 10:19:49 +0000 (20:49 +1030)
ccan/tdb2/test/run-check-callback.c

index c9a5bf5bf2768001601a236ced4a884ca18c966e..c3106b510bc76df2f42b9839a82ea97b0925304a 100644 (file)
@@ -6,6 +6,7 @@
 #include <ccan/tdb2/check.c>
 #include <ccan/tdb2/traverse.c>
 #include <ccan/tdb2/transaction.c>
+#include <ccan/tdb2/open.c>
 #include <ccan/tap/tap.h>
 #include "logging.h"