X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Fapi-fork-test.c;h=32c6ebe4a0804358cfce66c1e382bf9fa1e685c4;hb=319dadd4fa7af3f75b15bcb4f33b33f65d87a523;hp=4b114d6f60b7ea9a495a54256256123b44aff482;hpb=401bed521f80ca1145aafcddc1c532f05de5d313;p=ccan diff --git a/ccan/ntdb/test/api-fork-test.c b/ccan/ntdb/test/api-fork-test.c index 4b114d6f..32c6ebe4 100644 --- a/ccan/ntdb/test/api-fork-test.c +++ b/ccan/ntdb/test/api-fork-test.c @@ -11,10 +11,11 @@ * that doesn't matter. */ #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 bool am_child = false;