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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user