From 7a0402de904de11843f9eb8a4bf8469206426c34 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 21 Mar 2011 20:49:49 +1030 Subject: [PATCH] tdb2: fix compile of test/run-check-callback.c --- ccan/tdb2/test/run-check-callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ccan/tdb2/test/run-check-callback.c b/ccan/tdb2/test/run-check-callback.c index c9a5bf5b..c3106b51 100644 --- a/ccan/tdb2/test/run-check-callback.c +++ b/ccan/tdb2/test/run-check-callback.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include "logging.h" -- 2.39.2