]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/api-95-read-only-during-parse.c
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / api-95-read-only-during-parse.c
index 53adbc3ceb77d86ac45ac2e32c2465a214ab142e..0b0eb69fb97e755f72d5adba2d532772b8e08518 100644 (file)
@@ -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;