diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-28 00:10:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-28 01:15:48 +0200 |
commit | c566ad85a2d6728ebc8ec0f461a3b35df300e96e (patch) | |
tree | 2b2ed31e04e74c84ce1925df6db1dc809fb57625 /x86_64 | |
parent | 7d642c99641ffc6960c8dd9ea88634bdaae80213 (diff) | |
download | gnumach-c566ad85a2d6728ebc8ec0f461a3b35df300e96e.tar.gz gnumach-c566ad85a2d6728ebc8ec0f461a3b35df300e96e.tar.bz2 gnumach-c566ad85a2d6728ebc8ec0f461a3b35df300e96e.zip |
Fix inclusability of <mach/mach_types.h>
Now that mach/machine/vm_types.h uses stdint types, we have to ship a
header that defines them.
Diffstat (limited to 'x86_64')
-rw-r--r-- | x86_64/Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/Makefrag.am b/x86_64/Makefrag.am index edf533fd..9548e387 100644 --- a/x86_64/Makefrag.am +++ b/x86_64/Makefrag.am @@ -242,6 +242,7 @@ include_mach_x86_64_HEADERS = \ i386/include/mach/i386/machine_types.defs \ i386/include/mach/i386/multiboot.h \ i386/include/mach/i386/syscall_sw.h \ + i386/include/mach/i386/stdint.h \ i386/include/mach/i386/thread_status.h \ i386/include/mach/i386/trap.h \ i386/include/mach/i386/vm_param.h \ |