kernel/lib: add missing musl include

This is needed to fix the build on arm as atomic_arch.h
relies on musl libc.h and features.h

Change-Id: I5bfa32b7b0fa1662cc9ee8cd8fa3037d8a5e2431
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5418
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
David Karoly 2022-06-28 12:05:53 +02:00 committed by waddlesplash
parent b5417d2089
commit 0d560e87ee

View File

@ -52,6 +52,7 @@ local muslSources =
;
SourceHdrs $(muslSources) :
[ FDirName $(posixSources) musl include ]
[ FDirName $(posixSources) musl internal ]
[ FDirName $(posixSources) musl arch $(TARGET_KERNEL_ARCH_DIR) ] ;