From 36353a9fc359e8156cfd2e7e4288021aba789b74 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 9 Jun 2012 16:18:57 +0930 Subject: tdb2: use ccan/err instead of err.h Solaris has no err.h, so use CCAN replacement. Signed-off-by: Rusty Russell Autobuild-User(master): Rusty Russell Autobuild-Date(master): Sat Jun 9 12:07:15 CEST 2012 on sn-devel-104 --- lib/tdb2/test/run-tdb1-corrupt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tdb2/test/run-tdb1-corrupt.c') diff --git a/lib/tdb2/test/run-tdb1-corrupt.c b/lib/tdb2/test/run-tdb1-corrupt.c index d46570f63b..99f5578db7 100644 --- a/lib/tdb2/test/run-tdb1-corrupt.c +++ b/lib/tdb2/test/run-tdb1-corrupt.c @@ -1,7 +1,6 @@ #include "tdb2-source.h" #include "tap-interface.h" #include -#include #include "logging.h" static int check(TDB_DATA key, TDB_DATA data, void *private) -- cgit