From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 (+0000) Subject: git-bits_socket.h X-Git-Tag: archive/raspbian/2.26-4+rpi1^2~88 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e06a0f32fedf1be3e4b08ec27715d1176a210676;p=glibc.git git-bits_socket.h commit 01969395db01fedcd3fb76d76654b24908e5757b Author: Samuel Thibault Date: Sun Sep 3 02:22:00 2017 +0200 hurd: Fix getting ssize_t for * sysdeps/mach/hurd/bits/socket.h: Include instead of just . Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-bits_socket.h.diff --- diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h index 6eb09a0ab..9a412f083 100644 --- a/sysdeps/mach/hurd/bits/socket.h +++ b/sysdeps/mach/hurd/bits/socket.h @@ -29,7 +29,7 @@ #include #include /* XXX Is this allowed? */ -#include +#include /* Type for length arguments in socket calls. */ #ifndef __socklen_t_defined