X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-13-delete.c;h=44820ff1bbd714db307d3375bfa13c9a6cd33c52;hp=730ade5afbb8d5366482ae484e4590a0f13ab7fc;hb=979071e8587d4819a7f78613b68d29e222e5db63;hpb=d69ef83fcc2434ddaced1831184fb761ae6f09d3;ds=sidebyside diff --git a/ccan/ntdb/test/api-13-delete.c b/ccan/ntdb/test/api-13-delete.c index 730ade5a..44820ff1 100644 --- a/ccan/ntdb/test/api-13-delete.c +++ b/ccan/ntdb/test/api-13-delete.c @@ -1,8 +1,9 @@ -#include "private.h" // For NTDB_TOPLEVEL_HASH_BITS +#include "../private.h" // For NTDB_TOPLEVEL_HASH_BITS #include -#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)