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:
Alex Richardson 2020-08-11 16:46:38 +00:00
parent 313232ddf9
commit b05fc77a36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364121

View file

@ -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