Browse Source

tdb2: fix compile of test/run-check-callback.c

Rusty Russell 15 years ago
parent
commit
7a0402de90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ccan/tdb2/test/run-check-callback.c

+ 1 - 0
ccan/tdb2/test/run-check-callback.c

@@ -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"