diff --git a/check.c b/check.c index f7cb380ba..822e433e3 100644 --- a/check.c +++ b/check.c @@ -60,6 +60,7 @@ static char rcsid[] = "$Id$"; #include #include #include "sudo.h" +#include "options.h" #include "insults.h" #ifdef __svr4__ #include diff --git a/find_path.c b/find_path.c index 01845c45b..392733911 100644 --- a/find_path.c +++ b/find_path.c @@ -55,6 +55,7 @@ static char rcsid[] = "$Id$"; #include #include #include "sudo.h" +#include "options.h" #ifndef STDC_HEADERS #ifndef __GNUC__ /* gcc has its own malloc */ diff --git a/logging.c b/logging.c index f4223d976..d6e323311 100644 --- a/logging.c +++ b/logging.c @@ -61,6 +61,7 @@ static char rcsid[] = "$Id$"; #include #include "sudo.h" +#include "options.h" /* * Prototypes for local functions diff --git a/parse.c b/parse.c index c1a12a57f..1844ba62d 100644 --- a/parse.c +++ b/parse.c @@ -59,6 +59,7 @@ static char rcsid[] = "$Id$"; #include #include "sudo.h" +#include "options.h" /* * there are 3 main lists (User, Host_Alias, Cmnd_Alias) and 1 extra list diff --git a/sudo_realpath.c b/sudo_realpath.c index deef352bf..753895e99 100644 --- a/sudo_realpath.c +++ b/sudo_realpath.c @@ -52,6 +52,7 @@ static char rcsid[] = "$Id$"; #include #include "sudo.h" +#include "options.h" #ifndef STDC_HEADERS extern char *strcpy __P((char *, const char *)); diff --git a/sudo_setenv.c b/sudo_setenv.c index fede681c0..1d9ed1e39 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -46,6 +46,7 @@ static char rcsid[] = "$Id$"; #include #include "sudo.h" +#include "options.h" #ifndef STDC_HEADERS #ifdef HAVE_PUTENV