commit c2417a8ec6a4fad60404fd1eb3a338f0f3fdaa58 from: Thomas Adam date: Wed Mar 08 09:27:14 2023 UTC portable: alpine: include stdlib.h Because musl is less forgiving about header-ordering, explicitly include this before stdio.h -- this won't affect existing files as the include guards elsewhere prevent this. commit - 09e05ed50d7310833916e622c86ee1a18ba4a1b0 commit + c2417a8ec6a4fad60404fd1eb3a338f0f3fdaa58 blob - bc3e4d11b4449a9a0131a9afe11b774e2fe08f7c blob + 065d1bfc0cfa10452af7c14c15af4ccacf8188c8 --- include/got_compat2.h +++ include/got_compat2.h @@ -56,6 +56,7 @@ #include #include +#include #include #include