]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/api-12-store.c
Fix missing va_end()s
[ccan] / ccan / ntdb / test / api-12-store.c
index 532a8ee5c8223a33d4d31dae27c993ec8275f261..f5b3b72a373e4dd17dafde6999c21bff88b08bfa 100644 (file)
@@ -1,10 +1,10 @@
 #include "config.h"
-#include "ntdb.h"
-#include "private.h"
+#include "../ntdb.h"
+#include "../private.h"
 #include "tap-interface.h"
 #include <ccan/hash/hash.h>
-
 #include "logging.h"
+#include "helpapi-external-agent.h"
 
 /* We use the same seed which we saw a failure on. */
 static uint32_t fixedhash(const void *key, size_t len, uint32_t seed, void *p)