hello i saw in this post that avahi doesn't build on freebsd 4: http://groups.google.com/group/lucky.freebsd.gnome/browse_thread/thread/3b1492d6f063803a/a797bf098aed60cc#a797bf098aed60cc it seems to be a simple include missing before: #include <netinet/in.h> in avahi-core/iface.c
i think we should add #include <sys/types.h> before #include <netinet/in.h> in avahi-core/iface.c Do you have anyway to test this and report success/failure, unfortunately i don't have access to a freebsd 4 box regards, -- Sebastien Estienne _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
