e_util_suid: need signal.h on some libcs

devs/bu5hm4n/recognition
q66 3 years ago
parent 5b113e67dc
commit 6e87988071
  1. 1
      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)

Loading…
Cancel
Save