]> git.ozlabs.org Git - ccan/blobdiff - string/test/run.c
Fix up most #include "tap.h" -> #include "tap/tap.h" in tests.
[ccan] / string / test / run.c
index 8e7b2d1936b5341fee85e638f8421d9a0cf7f8b7..fded0e49a3ebde3044ea9270cd02688055a7f0c3 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "string/string.h"
-#include "tap.h"
+#include "tap/tap.h"
 
 /* FIXME: ccanize */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))