diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-20 11:00:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-23 22:26:28 +0100 |
commit | 610502927d66a6af7fc74fab3d2443234f5ca4d1 (patch) | |
tree | d26ec1fc9b1da401e313183664f1f880c80b76cc /meta/site/arm-32 | |
parent | f24ef905ed7e29a1a0e1b8f29f45397d8d6238d0 (diff) | |
download | poky-610502927d66a6af7fc74fab3d2443234f5ca4d1.tar.gz |
pam_systemd: Include missing.h for secure_getenv
'secure_getenv' api is not uniformly implemented across all C libraries
therefore its good to include missing.h so it can use the alternative
implementation where its not awvailable
Fixes
../git/src/login/pam_systemd.c:344:13: error: implicit declaration of function 'secure_getenv' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
v = secure_getenv(key);
(From OE-Core rev: 6cdcb1488a84da6c15145944c2aab3c604252699)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/arm-32')
0 files changed, 0 insertions, 0 deletions