freebsd-ports/net/netatalk/files/patch-include_atalk_util.h
Joe Marcus Clarke d15c60ff16 Fix the build on 6.X.
Reported by:	pointyhat via pav
2010-06-09 22:49:30 +00:00

10 lines
291 B
C

--- include/atalk/util.h.orig 2010-06-09 18:45:10.000000000 -0400
+++ include/atalk/util.h 2010-06-09 18:45:22.000000000 -0400
@@ -17,6 +17,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
+#include <sys/socket.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */