src/mon.c #include's "netutil.h" which uses sockaddr so we need to
#include <sys/socket.h>.

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- src/mon.c.orig      Wed Feb 18 22:18:35 2004
+++ src/mon.c   Wed Feb 18 22:18:48 2004
@@ -33,6 +33,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>
+#include <sys/socket.h>
 
 #include <dirent.h>
 
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to