From 63ed32b135317b7884c3feaa5b5e873aa15b7f07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 1 Jan 2022 13:30:54 +0100 Subject: mach_i386: include MACH_I386_IMPORTS Like other defs header do, to allow e.g. including libports/ports.h --- i386/include/mach/i386/mach_i386.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i386/include/mach/i386/mach_i386.defs') diff --git a/i386/include/mach/i386/mach_i386.defs b/i386/include/mach/i386/mach_i386.defs index a8cb91ce..e110c899 100644 --- a/i386/include/mach/i386/mach_i386.defs +++ b/i386/include/mach/i386/mach_i386.defs @@ -36,6 +36,10 @@ subsystem #include #include +#ifdef MACH_I386_IMPORTS +MACH_I386_IMPORTS +#endif + type descriptor_t = struct[2] of int; type descriptor_list_t = array[*] of descriptor_t; -- cgit v1.2.3