X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Flayout.h;h=ea84382cc30453cc0eb6aceee1fcf42ed2ea5c6d;hb=ee77e470b467cf85dc533cee8c08e08bd4c9be06;hp=b4f6a960eb9639437dc6c0519b8975703c6fb8b9;hpb=401bed521f80ca1145aafcddc1c532f05de5d313;p=ccan diff --git a/ccan/ntdb/test/layout.h b/ccan/ntdb/test/layout.h index b4f6a960..ea84382c 100644 --- a/ccan/ntdb/test/layout.h +++ b/ccan/ntdb/test/layout.h @@ -1,6 +1,6 @@ #ifndef NTDB_TEST_LAYOUT_H #define NTDB_TEST_LAYOUT_H -#include "private.h" +#include "../private.h" struct ntdb_layout *new_ntdb_layout(void); void ntdb_layout_add_freetable(struct ntdb_layout *layout); @@ -76,4 +76,6 @@ struct ntdb_layout { unsigned int num_elems; union ntdb_layout_elem *elem; }; + +#include "helprun-layout.h" #endif /* NTDB_TEST_LAYOUT_H */