projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c60f9
)
Fix antithread example compile.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 14 Jan 2009 00:50:56 +0000
(11:20 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 14 Jan 2009 00:50:56 +0000
(11:20 +1030)
ccan/antithread/examples/dns_lookup.c
patch
|
blob
|
history
diff --git
a/ccan/antithread/examples/dns_lookup.c
b/ccan/antithread/examples/dns_lookup.c
index 0dea2172d24e5ed1da549f3351b9f3ba1ee20da8..4c0a4eaad84992aac96b10211aee529dfb52a9a8 100644
(file)
--- 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 <ccan/antithread/antithread.h>
+#include <ccan/str/str.h>
+#include <ccan/talloc/talloc.h>
#include <err.h>
#include <sys/select.h>
#include <stdio.h>