From c111873f35f29576d655652a95810bfceb1862ef Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 24 Jan 2018 11:17:59 -0500 Subject: lib: add crypt.h include libcrypt is getting cleaved from glibc, and it's definition is getting moved to crypt.h (along side the crypt_r definition that's existed for some time) This commit add #include to keep things working in old and new libcs. https://bugs.freedesktop.org/show_bug.cgi?id=104771 --- src/libaccountsservice/act-user.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libaccountsservice/act-user.c b/src/libaccountsservice/act-user.c index 70691a0..da46bc5 100644 --- a/src/libaccountsservice/act-user.c +++ b/src/libaccountsservice/act-user.c @@ -26,6 +26,8 @@ #include #include +#include + #include #include #include -- cgit v1.2.3