From: Roland McGrath Date: Fri, 24 May 1996 22:08:15 +0000 (+0000) Subject: * login/getutline_r.c: Include string.h. X-Git-Tag: cvs/libc-960525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fcvs%2Flibc-960525;p=platform%2Fupstream%2Fglibc.git * login/getutline_r.c: Include string.h. --- diff --git a/ChangeLog b/ChangeLog index b9ec48c..8aa5f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri May 24 17:30:50 1996 Roland McGrath + * login/getutline_r.c: Include string.h. + * Rules (static-only-routines): Restore the rule to make these .so's empty objects. diff --git a/login/getutline_r.c b/login/getutline_r.c index 84c77cb..8df4878 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include +#include /* For implementing this function we don't use the getutent_r function