mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Use: #include <config.h>
Not: #include "config.h" That way we get the correct config.h when build dir != src dir
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#include "sudo.h"
|
||||
#include "parse.h"
|
||||
#include "gram.h"
|
||||
#include <gram.h>
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Sudo$";
|
||||
|
Reference in New Issue
Block a user