2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

now includes options.h

This commit is contained in:
Todd C. Miller
1995-01-11 23:45:55 +00:00
parent db8b50d821
commit 17f8d74691
3 changed files with 3 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <netinet/in.h>
#include "sudo.h"
#include "options.h"
#include "y.tab.h"
extern YYSTYPE yylval;

View File

@@ -48,6 +48,7 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <netinet/in.h>
#include "sudo.h"
#include "options.h"
extern int sudolineno;
extern int parse_error, found_user;

View File

@@ -57,6 +57,7 @@ static char rcsid[] = "$Id$";
#include <netinet/in.h>
#include "sudo.h"
#include "options.h"
#include "version.h"
#ifndef STDC_HEADERS