From: Sergey Bugaev Date: Wed, 3 Jan 2024 17:14:34 +0000 (+0300) Subject: hurd: Add some missing includes X-Git-Tag: glibc-2.39~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac7c6406582e36d38bc94794c15d581e3c6ebda;p=thirdparty%2Fglibc.git hurd: Add some missing includes Signed-off-by: Sergey Bugaev --- diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 3deb94f9e4b..fe788193022 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include #include @@ -260,7 +261,6 @@ _hurd_sigstate_actions (struct hurd_sigstate *ss) #include #include /* For __msg_sig_post_reply. */ #include -#include #include diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h index 129a7bd91ff..c5bb08795bf 100644 --- a/mach/lowlevellock.h +++ b/mach/lowlevellock.h @@ -19,6 +19,7 @@ #ifndef _MACH_LOWLEVELLOCK_H #define _MACH_LOWLEVELLOCK_H 1 +#include #include #include diff --git a/sysdeps/mach/hurd/mig-reply.c b/sysdeps/mach/hurd/mig-reply.c index 57bcd808625..85c3af1333a 100644 --- a/sysdeps/mach/hurd/mig-reply.c +++ b/sysdeps/mach/hurd/mig-reply.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include #include