* login/getutline_r.c: Include string.h. cvs/libc-960525 cvs/libc-960526
authorRoland McGrath <roland@gnu.org>
Fri, 24 May 1996 22:08:15 +0000 (22:08 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 24 May 1996 22:08:15 +0000 (22:08 +0000)
ChangeLog
login/getutline_r.c

index b9ec48c..8aa5f1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Fri May 24 17:30:50 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+       * login/getutline_r.c: Include string.h.
+
        * Rules (static-only-routines): Restore the rule to make these .so's
        empty objects.
 
index 84c77cb..8df4878 100644 (file)
@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA.  */
 #include <errno.h>
 #include <unistd.h>
 #include <utmp.h>
+#include <string.h>
 
 
 /* For implementing this function we don't use the getutent_r function