X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Frun-seed.c;h=09193964a77bddf1e754d83ab87a8b4f4f1a9ca9;hp=c07ec9a82c81d4ef3ce5014b25007c3b7cd5afb2;hb=c4ca9f54301c0367891be6330f59fdd5dcdd51d1;hpb=6ce40d6ab4dbd63bd76979b8491351708c3df892 diff --git a/ccan/tdb2/test/run-seed.c b/ccan/tdb2/test/run-seed.c index c07ec9a8..09193964 100644 --- a/ccan/tdb2/test/run-seed.c +++ b/ccan/tdb2/test/run-seed.c @@ -1,11 +1,4 @@ -#include -#include -#include -#include -#include -#include -#include -#include +#include "tdb2-source.h" #include #include "logging.h" @@ -14,6 +7,7 @@ static int log_count = 0; /* Normally we get a log when setting random seed. */ static void my_log_fn(struct tdb_context *tdb, enum tdb_log_level level, + enum TDB_ERROR ecode, const char *message, void *priv) { log_count++;