public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Add some missing includes
@ 2024-01-03 21:00 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2024-01-03 21:00 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dac7c6406582e36d38bc94794c15d581e3c6ebda
commit dac7c6406582e36d38bc94794c15d581e3c6ebda
Author: Sergey Bugaev <bugaevc@gmail.com>
Date: Wed Jan 3 20:14:34 2024 +0300
hurd: Add some missing includes
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
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
<https://www.gnu.org/licenses/>. */
+#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -260,7 +261,6 @@ _hurd_sigstate_actions (struct hurd_sigstate *ss)
#include <hurd/msg_server.h>
#include <hurd/msg_reply.h> /* For __msg_sig_post_reply. */
#include <hurd/interrupt.h>
-#include <assert.h>
#include <unistd.h>
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 <mach.h>
#include <mach/gnumach.h>
#include <atomic.h>
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
<https://www.gnu.org/licenses/>. */
+#include <assert.h>
#include <mach.h>
#include <mach/mig_support.h>
#include <tls.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-03 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 21:00 [glibc] hurd: Add some missing includes Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).