mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Add some missing includes
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
This commit is contained in:
parent
b31a01909c
commit
dac7c64065
@ -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>
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef _MACH_LOWLEVELLOCK_H
|
||||
#define _MACH_LOWLEVELLOCK_H 1
|
||||
|
||||
#include <mach.h>
|
||||
#include <mach/gnumach.h>
|
||||
#include <atomic.h>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user