Use #include <config.h> not #include "config.h" for consistency.
Otherwise, some compilers may do the wrong thing in a build dir if there is a config.h file in the source dir too.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
#include <Python.h>
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include "sudo_compat.h"
|
||||
#include "sudo_plugin.h"
|
||||
|
||||
|
Reference in New Issue
Block a user