Closed Schievel1 closed 1 year ago
Clang16 will not allow implicit library functions by default and therefore this test would fail because the function exit() from stdlib.h is used. We need to include stdlib.h in this test.
See also: https://bugs.gentoo.org/870535
Clang16 will not allow implicit library functions by default and therefore this test would fail because the function exit() from stdlib.h is used. We need to include stdlib.h in this test.
See also: https://bugs.gentoo.org/870535