]> git.ozlabs.org Git - ccan/commitdiff
Fix antithread example compile.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 14 Jan 2009 00:50:56 +0000 (11:20 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 14 Jan 2009 00:50:56 +0000 (11:20 +1030)
ccan/antithread/examples/dns_lookup.c

index 0dea2172d24e5ed1da549f3351b9f3ba1ee20da8..4c0a4eaad84992aac96b10211aee529dfb52a9a8 100644 (file)
@@ -1,8 +1,7 @@
 /* Async DNS lookup.  Shows passing complex data through pool. */
 /* 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 <ccan/antithread/antithread.h>
+#include <ccan/str/str.h>
+#include <ccan/talloc/talloc.h>
 #include <err.h>
 #include <sys/select.h>
 #include <stdio.h>
 #include <err.h>
 #include <sys/select.h>
 #include <stdio.h>