From 17f8d7469112eccd2abd82841ca42fb26c078fe0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 11 Jan 1995 23:45:55 +0000 Subject: [PATCH] now includes options.h --- parse.lex | 1 + parse.yacc | 1 + visudo.c | 1 + 3 files changed, 3 insertions(+) diff --git a/parse.lex b/parse.lex index 772c630cd..a05e0f984 100644 --- a/parse.lex +++ b/parse.lex @@ -53,6 +53,7 @@ static char rcsid[] = "$Id$"; #include #include #include "sudo.h" +#include "options.h" #include "y.tab.h" extern YYSTYPE yylval; diff --git a/parse.yacc b/parse.yacc index b02a8209a..1cc383ba0 100644 --- a/parse.yacc +++ b/parse.yacc @@ -48,6 +48,7 @@ static char rcsid[] = "$Id$"; #include #include #include "sudo.h" +#include "options.h" extern int sudolineno; extern int parse_error, found_user; diff --git a/visudo.c b/visudo.c index 997a8172a..0d74f9718 100644 --- a/visudo.c +++ b/visudo.c @@ -57,6 +57,7 @@ static char rcsid[] = "$Id$"; #include #include "sudo.h" +#include "options.h" #include "version.h" #ifndef STDC_HEADERS -- 2.40.0