From: Nicolas François Date: Wed, 7 Aug 2013 00:17:52 +0000 (+0200) Subject: Fix for Alioth#314271 (musl libc) X-Git-Tag: 4.2.1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45986f8dc825751b4b662726674e4c721950fe0c;p=shadow Fix for Alioth#314271 (musl libc) * libmisc/utmp.c: Add include files needed for getaddrinfo(). See Alioth#314271 --- diff --git a/ChangeLog b/ChangeLog index 57953a93..918b95a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-07 Nicolas François + + * libmisc/utmp.c: Add include files needed for getaddrinfo(). + See Alioth#314271 + 2013-08-07 Mike Frysinger * configure.in: Check at configure time whether libc supports diff --git a/libmisc/utmp.c b/libmisc/utmp.c index 84e77fd3..c22f31c5 100644 --- a/libmisc/utmp.c +++ b/libmisc/utmp.c @@ -42,6 +42,8 @@ #endif #include +#include +#include #include #include