summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/helprun-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/helprun-layout.c')
-rw-r--r--lib/tdb2/test/helprun-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/helprun-layout.c b/lib/tdb2/test/helprun-layout.c
index 0bce5dd89e..3e56d0ed7a 100644
--- a/lib/tdb2/test/helprun-layout.c
+++ b/lib/tdb2/test/helprun-layout.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include <err.h>
+#include <ccan/err/err.h>
#include "logging.h"
struct tdb_layout *new_tdb_layout(void)