e_util_suid: need signal.h on some libcs

This commit is contained in:
q66 2020-06-10 21:12:43 +02:00
parent 29c736e327
commit 3bd64d19a2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#endif
#include <sys/types.h>
#include <pwd.h>
#include <signal.h>
#ifdef HAVE_PRCTL
# include <sys/prctl.h>
#elif defined(HAVE_PROCCTL)