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

options.h is now <> instead of "" so shadow build trees can

have a custom copy of options.h
This commit is contained in:
Todd C. Miller
1995-11-13 05:16:38 +00:00
parent 7f847219c8
commit 96be725f35
14 changed files with 14 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ static char rcsid[] = "$Id$";
#include <netinet/in.h>
#include "sudo.h"
#include "options.h"
#include <options.h>
/*
* Prototypes for local functions