mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
Include signal.h before sudo_exec.h since it uses sigset_t * in the
fork_pty prototype.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
# include <ttyent.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "sudo.h"
|
||||
#include "sudo_exec.h"
|
||||
|
Reference in New Issue
Block a user