From: GNU Libc Maintainers Date: Fri, 5 Jan 2018 18:09:39 +0000 (+0000) Subject: git-bits_socket.h X-Git-Tag: archive/raspbian/2.26-2+rpi1^2~87 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fbdaa608799c9d8d88843237bb6322e97be7d3f1;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