e_util_suid: need signal.h on some libcs

This commit is contained in:
q66 2020-06-10 21:12:43 +02:00
parent 5b113e67dc
commit 6e87988071
1 changed files with 1 additions and 0 deletions

View File

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