[distcc] distcc 2.12.1 patches (forgot one)

Albert Chin distcc at mlists.thewrittenword.com
Thu Feb 19 05:35:42 GMT 2004


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

-- 
albert chin (china at thewrittenword.com)

-- 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>
 



More information about the distcc mailing list