From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id A8BC93858C62; Wed, 3 Jan 2024 21:00:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8BC93858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704315602; bh=LP6CagD1bTy+SwPkPH5H/lpwrAEukgwFPMkPasLjOdY=; h=From:To:Subject:Date:From; b=UzDrTK1LJ1WJ9f6shW/jV36ha6KE7L4WsXcFqJ/dOmBMhKpICFH4QCANh+XUecAgw i20eCwurtjpQa+Cmv2gto8kKdVpd0ACGmoEak8eIVefscRdnzETAOJkNR78fIdLOfd f2Y7D/DdGHUk0F/8yxTK+RdUaQlPpbGD8UgJHp4Y= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Add some missing includes X-Act-Checkin: glibc X-Git-Author: Sergey Bugaev X-Git-Refname: refs/heads/master X-Git-Oldrev: b31a01909cfe24adc53e96b418612ae617ef72ab X-Git-Newrev: dac7c6406582e36d38bc94794c15d581e3c6ebda Message-Id: <20240103210002.A8BC93858C62@sourceware.org> Date: Wed, 3 Jan 2024 21:00:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dac7c6406582e36d38bc94794c15d581e3c6ebda commit dac7c6406582e36d38bc94794c15d581e3c6ebda Author: Sergey Bugaev Date: Wed Jan 3 20:14:34 2024 +0300 hurd: Add some missing includes Signed-off-by: Sergey Bugaev Diff: --- hurd/hurdsig.c | 2 +- mach/lowlevellock.h | 1 + sysdeps/mach/hurd/mig-reply.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 3deb94f9e4..fe78819302 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 129a7bd91f..c5bb08795b 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 57bcd80862..85c3af1333 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