q66 pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6e879880718611660e89737627ec998129139699
commit 6e879880718611660e89737627ec998129139699 Author: q66 <[email protected]> Date: Wed Jun 10 21:12:43 2020 +0200 e_util_suid: need signal.h on some libcs --- src/bin/e_util_suid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_util_suid.h b/src/bin/e_util_suid.h index e09091146..be961a520 100644 --- a/src/bin/e_util_suid.h +++ b/src/bin/e_util_suid.h @@ -26,6 +26,7 @@ #ifdef HAVE_ALLOCA_H # include <alloca.h> #endif +#include <signal.h> #ifdef HAVE_PRCTL # include <sys/prctl.h> #elif defined(HAVE_PROCCTL) --
