summaryrefslogtreecommitdiff
path: root/sudo_realpath.c
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 /sudo_realpath.c
parent551ab18fd6231d4fbba0a683b4253d1a3356260b (diff)
downloadsudo-b33c10c87a364d052af32a6234040e6da32a7d50.tar.gz
now includes options.h
Diffstat (limited to 'sudo_realpath.c')
-rw-r--r--sudo_realpath.c1
1 files changed, 1 insertions, 0 deletions
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 *));