* login/getutline_r.c: Include string.h.

This commit is contained in:
Roland McGrath 1996-05-24 22:08:15 +00:00
parent 5790c439f9
commit 27a110706b
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View 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