]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/antithread.c
antithread: correctly list ccan/typesafe_cb as dependency.
[ccan] / ccan / antithread / antithread.c
index 080f890cd859fc6390c19e4e1daa18025283fb30..72e172b1a244d82bd6e503510943eaf155091691 100644 (file)
@@ -15,7 +15,7 @@
 #include <ccan/noerr/noerr.h>
 #include <ccan/talloc/talloc.h>
 #include <ccan/read_write_all/read_write_all.h>
-#include <ccan/alloc/alloc.h>
+#include <ccan/antithread/alloc/alloc.h>
 #include <ccan/list/list.h>
 
 /* FIXME: Valgrind support should be possible for some cases.  Tricky