From: Rusty Russell Date: Wed, 14 Jan 2009 00:50:56 +0000 (+1030) Subject: Fix antithread example compile. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=9626551dcc5363146ae0be598ff3575cb5f40da5 Fix antithread example compile. --- diff --git a/ccan/antithread/examples/dns_lookup.c b/ccan/antithread/examples/dns_lookup.c index 0dea2172..4c0a4eaa 100644 --- a/ccan/antithread/examples/dns_lookup.c +++ b/ccan/antithread/examples/dns_lookup.c @@ -1,8 +1,7 @@ /* Async DNS lookup. Shows passing complex data through pool. */ -#include "ccan/antithread/antithread.h" -#include "ccan/string/string.h" -#include "ccan/talloc/talloc.h" -#include "md5_finder.h" +#include +#include +#include #include #include #include