X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-94-expand-during-parse.c;h=39b199888bd373a2126b256bc5296de88be07a24;hp=3aca88bd78bb54ca2cfe4d953e5f135b5994df02;hb=8ccb14db10cfedc5c97c9222a7955cee8246b741;hpb=6aa2f4e347e5d66a392b879fe901bc582099a552;ds=sidebyside 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;