summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-01-11 23:43:45 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-01-11 23:43:45 +0000
commitb33c10c87a364d052af32a6234040e6da32a7d50 (patch)
treecab642be2f2aff9f887e2c7956866155d649c52a
parent551ab18fd6231d4fbba0a683b4253d1a3356260b (diff)
downloadsudo-b33c10c87a364d052af32a6234040e6da32a7d50.tar.gz
now includes options.h
-rw-r--r--check.c1
-rw-r--r--find_path.c1
-rw-r--r--logging.c1
-rw-r--r--parse.c1
-rw-r--r--sudo_realpath.c1
-rw-r--r--sudo_setenv.c1
6 files changed, 6 insertions, 0 deletions
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 <netinet/in.h>
#include <pwd.h>
#include "sudo.h"
+#include "options.h"
#include "insults.h"
#ifdef __svr4__
#include <shadow.h>
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 <sys/stat.h>
#include <netinet/in.h>
#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 <netinet/in.h>
#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 <netinet/in.h>
#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 <netinet/in.h>
#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 <netinet/in.h>
#include "sudo.h"
+#include "options.h"
#ifndef STDC_HEADERS
#ifdef HAVE_PUTENV