Include signal.h before sudo_exec.h since it uses sigset_t * in the
fork_pty prototype.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
# include <priv.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "sudo.h"
|
||||
#include "sudo_exec.h"
|
||||
|
Reference in New Issue
Block a user