commit b35222a4e58423d2c1f86672553f44b680644e59 from: Omar Polo date: Tue Feb 06 14:45:40 2024 UTC setproctitle.c: include stdlib.h; needed somewhere for getprogname() commit - abe0273c040fe052cdead5144db761fbd52ce7b7 commit + b35222a4e58423d2c1f86672553f44b680644e59 blob - 15c6f0991321ddd8d80d0f6ad75937e68c84a810 blob + 6bd718cd0381933effde23123353c15e77e0f0ff --- compat/setproctitle.c +++ compat/setproctitle.c @@ -20,6 +20,7 @@ #include #include +#include #include #if HAVE_PR_SET_NAME