#include "sudo_usage.h" not <sudo_usage.h> so we get the one in the
build directory and not the src dir when using a separate build directory.
This commit is contained in:
@@ -229,8 +229,7 @@ sudo_make_gritem(gid_t gid, const char *name)
|
||||
|
||||
/*
|
||||
* Dynamically allocate space for a struct item plus the key and data
|
||||
* elements. Fills in datum from the gids arrays or from getgrouplist(3).
|
||||
* Consumes (frees) the gids array on success.
|
||||
* elements. Fills in datum from user_gids or from getgrouplist(3).
|
||||
*/
|
||||
struct cache_item *
|
||||
sudo_make_grlist_item(struct passwd *pw)
|
||||
|
@@ -44,7 +44,7 @@
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#include <sudo_usage.h>
|
||||
#include "sudo_usage.h"
|
||||
#include "sudo.h"
|
||||
#include "lbuf.h"
|
||||
|
||||
|
@@ -86,7 +86,7 @@
|
||||
#include "sudo.h"
|
||||
#include "sudo_plugin.h"
|
||||
#include "sudo_plugin_int.h"
|
||||
#include <sudo_usage.h>
|
||||
#include "sudo_usage.h"
|
||||
|
||||
/*
|
||||
* Local variables
|
||||
|
Reference in New Issue
Block a user