]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/api-13-delete.c
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / api-13-delete.c
index 730ade5afbb8d5366482ae484e4590a0f13ab7fc..44820ff1bbd714db307d3375bfa13c9a6cd33c52 100644 (file)
@@ -1,8 +1,9 @@
-#include "private.h" // For NTDB_TOPLEVEL_HASH_BITS
+#include "../private.h" // For NTDB_TOPLEVEL_HASH_BITS
 #include <ccan/hash/hash.h>
-#include "ntdb.h"
+#include "../ntdb.h"
 #include "tap-interface.h"
 #include "logging.h"
+#include "helpapi-external-agent.h"
 
 /* We rig the hash so adjacent-numbered records always clash. */
 static uint32_t clash(const void *key, size_t len, uint32_t seed, void *priv)