From 27a110706b570569049e6702f99670e3064e53c1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 May 1996 22:08:15 +0000 Subject: * login/getutline_r.c: Include string.h. --- ChangeLog | 2 ++ login/getutline_r.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index b9ec48c240..8aa5f1f171 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 84c77cb244..8df48786dd 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 -- cgit v1.2.3