diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2024-01-03 20:14:34 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-03 21:59:54 +0100 |
commit | dac7c6406582e36d38bc94794c15d581e3c6ebda (patch) | |
tree | 7c04d2d67efd3190e41941f747ee5f5858df80c8 /mach/lowlevellock.h | |
parent | b31a01909cfe24adc53e96b418612ae617ef72ab (diff) | |
download | glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.tar.gz glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.tar.xz glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.zip |
hurd: Add some missing includes
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Diffstat (limited to 'mach/lowlevellock.h')
-rw-r--r-- | mach/lowlevellock.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |