On Sun, 04.02.07 19:23, Julien TOUCHE ([EMAIL PROTECTED]) wrote: > >Should be a trivial thing to fix. > > not sure, file is ok or seems to be > > $ grep -rn in_addr_t /usr/include/*|more > /usr/include/arpa/inet.h:101:in_addr_t inet_addr(const char *); > /usr/include/arpa/inet.h:103:in_addr_t inet_lnaof(struct in_addr); > /usr/include/arpa/inet.h:104:struct in_addr > inet_makeaddr(in_addr_t, in_addr_t); > /usr/include/arpa/inet.h:105:in_addr_t inet_netof(struct in_addr);
> /usr/include/sys/types.h:95:typedef u_int32_t in_addr_t; This file should be what you are looking for. Please try to add "#include <sys/types.h>" to dns.c just before netinet/in.h and see if it works. If it does we will add this in our upstream sources. Lennart -- Lennart Poettering; lennart [at] poettering [dot] net ICQ# 11060553; GPG 0x1A015CC4; http://0pointer.net/lennart/ _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
