Include signal.h before sudo_exec.h since it uses sigset_t * in the
fork_pty prototype.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SETLOCALE
|
||||
# include <locale.h>
|
||||
|
Reference in New Issue
Block a user