X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-13-delete.c;h=44820ff1bbd714db307d3375bfa13c9a6cd33c52;hb=17a81baf84a9c8f89603173be3169a0a2017702d;hp=730ade5afbb8d5366482ae484e4590a0f13ab7fc;hpb=d69ef83fcc2434ddaced1831184fb761ae6f09d3;p=ccan 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)