eva 14/09/26 18:05:18 Added: libgrss-0.5.0-headers.patch Log: Fix build with newer glibc, bug #490722. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.1 net-libs/libgrss/files/libgrss-0.5.0-headers.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/files/libgrss-0.5.0-headers.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/files/libgrss-0.5.0-headers.patch?rev=1.1&content-type=text/plain Index: libgrss-0.5.0-headers.patch =================================================================== --- a/src/utils.h 2013-11-08 00:04:21.877945385 +0100 +++ b/src/utils.h 2013-11-08 00:05:45.397901242 +0100 @@ -34,6 +34,8 @@ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/socket.h> +#include <arpa/inet.h> #include "libgrss.h"
