X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-95-read-only-during-parse.c;h=0b0eb69fb97e755f72d5adba2d532772b8e08518;hb=979071e8587d4819a7f78613b68d29e222e5db63;hp=53adbc3ceb77d86ac45ac2e32c2465a214ab142e;hpb=401bed521f80ca1145aafcddc1c532f05de5d313;p=ccan diff --git a/ccan/ntdb/test/api-95-read-only-during-parse.c b/ccan/ntdb/test/api-95-read-only-during-parse.c index 53adbc3c..0b0eb69f 100644 --- a/ccan/ntdb/test/api-95-read-only-during-parse.c +++ b/ccan/ntdb/test/api-95-read-only-during-parse.c @@ -1,9 +1,10 @@ /* Make sure write operations fail during ntdb_parse(). */ #include "config.h" -#include "ntdb.h" -#include "private.h" +#include "../ntdb.h" +#include "../private.h" #include "tap-interface.h" #include "logging.h" +#include "helpapi-external-agent.h" static struct ntdb_context *ntdb;