]> git.ozlabs.org Git - ccan/blobdiff - ccan/likely/test/run-debug.c
likely: make dependencies correctly conditional on CCAN_LIKELY_DEBUG.
[ccan] / ccan / likely / test / run-debug.c
index afb21e2be2fd1fd966df24d6e0cf80228cafc38b..83f22afab2bf622141ebb4330af9c88e9de96c4f 100644 (file)
@@ -98,3 +98,8 @@ int main(int argc, char *argv[])
 
        exit(exit_status());
 }
+
+/* Fools ccanlint: it doesn't think we use str, htable or hash. */
+#include <ccan/hash/hash.h>
+#include <ccan/htable/htable.h>
+#include <ccan/str/str.h>