diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-11-13 05:16:38 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1995-11-13 05:16:38 +0000 |
commit | 64ccd4f75ddaaf7e7c8de38d8cbad00cf7024d7d (patch) | |
tree | 0b79ac14fd233c8007ce54faa73793c776ba1277 /parse.c | |
parent | 78d8d6efe6520c7095dec7d27ba3ab5ed3b7d3ea (diff) | |
download | sudo-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ static char rcsid[] = "$Id$"; #endif #include "sudo.h" -#include "options.h" +#include <options.h> extern FILE *yyin, *yyout; |