summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-11-13 05:16:38 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-11-13 05:16:38 +0000
commit64ccd4f75ddaaf7e7c8de38d8cbad00cf7024d7d (patch)
tree0b79ac14fd233c8007ce54faa73793c776ba1277 /parse.c
parent78d8d6efe6520c7095dec7d27ba3ab5ed3b7d3ea (diff)
downloadsudo-64ccd4f75ddaaf7e7c8de38d8cbad00cf7024d7d.tar.gz
options.h is now <> instead of "" so shadow build trees can
have a custom copy of options.h
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index d21a02977..0a62ad315 100644
--- a/parse.c
+++ b/parse.c
@@ -71,7 +71,7 @@ static char rcsid[] = "$Id$";
#endif
#include "sudo.h"
-#include "options.h"
+#include <options.h>
extern FILE *yyin, *yyout;