]> git.ozlabs.org Git - ccan/blobdiff - talloc/test/run.c
Fix up most #include "tap.h" -> #include "tap/tap.h" in tests.
[ccan] / talloc / test / run.c
index 6157c383b907be76d53669f581e4c473d2f9646d..7369186c08f5b5754c4988618b16a1561a63c3f9 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "talloc/talloc.c"
 #include <stdbool.h>
-#include "tap.h"
+#include "tap/tap.h"
 
 #define torture_assert(test, expr, str)                                        \
        ok(expr, "failure: %s [\n%s: Expression %s failed: %s\n]\n",    \