From: Rusty Russell Date: Mon, 21 Mar 2011 10:19:49 +0000 (+1030) Subject: tdb2: fix compile of test/run-check-callback.c X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=7a0402de904de11843f9eb8a4bf8469206426c34 tdb2: fix compile of test/run-check-callback.c --- 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"