X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fntdb%2Ftest%2Flayout.h;h=ea84382cc30453cc0eb6aceee1fcf42ed2ea5c6d;hp=b4f6a960eb9639437dc6c0519b8975703c6fb8b9;hb=979071e8587d4819a7f78613b68d29e222e5db63;hpb=401bed521f80ca1145aafcddc1c532f05de5d313 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 */