]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/api-94-expand-during-parse.c
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / api-94-expand-during-parse.c
index 3aca88bd78bb54ca2cfe4d953e5f135b5994df02..39b199888bd373a2126b256bc5296de88be07a24 100644 (file)
@@ -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;