]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/test/run-tell_parent.c
antithread: fix -Wwrite-strings warning in test, and trailing whitespace.
[ccan] / ccan / antithread / test / run-tell_parent.c
index f3c17e9aee3a10eb65f5fdc985d25a1d4e05120d..d215a6709d88e796ad576aabd4107643e9b718f3 100644 (file)
@@ -1,6 +1,6 @@
-#include "antithread/antithread.c"
+#include <ccan/antithread/antithread.c>
 #include <assert.h>
-#include "tap/tap.h"
+#include <ccan/tap/tap.h>
 
 static void *test(struct at_pool *atp, int *pid)
 {