X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnet%2Fnet.c;h=30f6560ea29a6423be34e4e04373857eb6dcf88e;hb=bc1ebe804ee892ef18eef1b48589c50c14230dd3;hp=8bcaa937c8955e249173abdff234d9e19ac4a6b6;hpb=708b846815c758645cf19f905513c67f7a024491;p=ccan diff --git a/ccan/net/net.c b/ccan/net/net.c index 8bcaa937..30f6560e 100644 --- a/ccan/net/net.c +++ b/ccan/net/net.c @@ -1,3 +1,4 @@ +/* Licensed under BSD-MIT - see LICENSE file for details */ #include #include #include @@ -9,6 +10,7 @@ #include #include #include +#include struct addrinfo *net_client_lookup(const char *hostname, const char *service,