Fix bootstrapping of pwd_mkdb after r364049
I moved the bootstrap pwd.h to a subdirectory in r364049 but forgot to adjust the #include path.
This commit is contained in:
parent
313232ddf9
commit
b05fc77a36
@ -60,7 +60,7 @@ typedef uint64_t _bootstrap_time_t;
|
||||
#define uid_t _bootstrap_uid_t
|
||||
#define time_t _bootstrap_time_t
|
||||
#define passwd _bootstrap_passwd
|
||||
#include "../../include/pwd.h"
|
||||
#include "../../../include/pwd.h"
|
||||
#undef gid_t
|
||||
#undef uid_t
|
||||
#undef time_t
|
||||
|
Loading…
Reference in New Issue
Block a user