From 49f5ba130330870fefef4fbd0afa961054f32fe3 Mon Sep 17 00:00:00 2001 From: Marco Schlumpp Date: Tue, 18 Apr 2023 14:54:14 +0200 Subject: [PATCH] Include stdalign.h header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This header is deprecated but sometimes still used by software. Signed-off-by: Marco Schlumpp Reviewed-by: Eduard Vintilă Reviewed-by: Sergiu Moga Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #41 --- Makefile.uk.musl.stdlib | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.uk.musl.stdlib b/Makefile.uk.musl.stdlib index 888e4a1..303f4d2 100644 --- a/Makefile.uk.musl.stdlib +++ b/Makefile.uk.musl.stdlib @@ -6,6 +6,7 @@ LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/inttypes.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/limits.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/src/internal/shgetc.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/stdint.h +LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/stdalign.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/stdio.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/src/internal/stdio_impl.h LIBMUSL_STDLIB_HDRS-y += $(LIBMUSL)/include/stdlib.h -- 2.39.5