X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-94-expand-during-parse.c;h=39b199888bd373a2126b256bc5296de88be07a24;hb=979071e8587d4819a7f78613b68d29e222e5db63;hp=3aca88bd78bb54ca2cfe4d953e5f135b5994df02;hpb=d69ef83fcc2434ddaced1831184fb761ae6f09d3;p=ccan diff --git a/ccan/ntdb/test/api-94-expand-during-parse.c b/ccan/ntdb/test/api-94-expand-during-parse.c index 3aca88bd..39b19988 100644 --- a/ccan/ntdb/test/api-94-expand-during-parse.c +++ b/ccan/ntdb/test/api-94-expand-during-parse.c @@ -1,9 +1,10 @@ /* We use direct access to hand to the parse function: what if db expands? */ #include "config.h" -#include "ntdb.h" +#include "../ntdb.h" #include "tap-interface.h" #include "logging.h" #include "../private.h" /* To establish size, esp. for NTDB_INTERNAL dbs */ +#include "helpapi-external-agent.h" static struct ntdb_context *ntdb;