Include sudo_exec.h for the sudo_execve() prototype.

This commit is contained in:
Todd C. Miller
2012-03-14 21:52:31 -04:00
parent 9cd65dafc6
commit b3da8ccd89

View File

@@ -48,6 +48,7 @@
#endif
#include "sudo.h"
#include "sudo_exec.h"
static struct selinux_state {
security_context_t old_context;