commit 6aa6ad446ad8a9d9dca3928bca5d0ea33a138e42 from: Thomas Adam date: Sat Jul 16 15:11:25 2022 UTC portable: gotwebd: include grp.h Include grp.h only on Linux. commit - 40e33d9f0013c9b3014af0d10826293b80833375 commit + 6aa6ad446ad8a9d9dca3928bca5d0ea33a138e42 blob - b66f597ffb9ee2820102c30f3dc427b5e6964718 blob + bf05c95cc470b3255a2f1af3d6d5720b4a027592 --- gotwebd/proc.c +++ gotwebd/proc.c @@ -19,9 +19,6 @@ #include #include -/* TA: FIXME */ -#include - #include #include #include blob - 93f202844392649423bc8847671f40d36092249e blob + 9b586119d4d22d75fd6373a77e85867d2cc3ab1c --- include/got_compat.h +++ include/got_compat.h @@ -35,6 +35,7 @@ #else /* Linux, etc... */ #include +#include #endif #include