From: Sven M. Hallberg Date: Fri, 29 Aug 2014 12:25:00 +0000 (+0200) Subject: socket.c needs closesocket from internal.h X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=2ba90bd27bd408ecfc7d270d8a63e7eb6b293107 socket.c needs closesocket from internal.h --- diff --git a/src/socket.c b/src/socket.c index 1914316..01eeaeb 100644 --- a/src/socket.c +++ b/src/socket.c @@ -50,6 +50,7 @@ #include "fdutil.h" #include "socket.h" #include "addr-util.h" +#include "internal.h" /* this is a portability hack */ #ifndef IPV6_ADD_MEMBERSHIP