X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-95-read-only-during-parse.c;h=0b0eb69fb97e755f72d5adba2d532772b8e08518;hp=53adbc3ceb77d86ac45ac2e32c2465a214ab142e;hb=8ccb14db10cfedc5c97c9222a7955cee8246b741;hpb=6aa2f4e347e5d66a392b879fe901bc582099a552 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;