1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

hurd: Add some missing includes

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
This commit is contained in:
Sergey Bugaev
2024-01-03 20:14:34 +03:00
committed by Samuel Thibault
parent b31a01909c
commit dac7c64065
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#ifndef _MACH_LOWLEVELLOCK_H
#define _MACH_LOWLEVELLOCK_H 1
#include <mach.h>
#include <mach/gnumach.h>
#include <atomic.h>