mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +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:
@@ -29,7 +29,7 @@
|
||||
* @(#)strcasecmp.c 8.1 (Berkeley) 6/4/93
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef lint
|
||||
|
Reference in New Issue
Block a user