diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-24 22:08:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-24 22:08:15 +0000 |
commit | 27a110706b570569049e6702f99670e3064e53c1 (patch) | |
tree | e42e483d0dd131983d7683f3303421f40f32ddbe /login | |
parent | 5790c439f9737da1a7985f3716b3aed39e79618b (diff) | |
download | glibc-27a110706b570569049e6702f99670e3064e53c1.zip glibc-27a110706b570569049e6702f99670e3064e53c1.tar.gz glibc-27a110706b570569049e6702f99670e3064e53c1.tar.bz2 |
* login/getutline_r.c: Include string.h.cvs/libc-960526cvs/libc-960525
Diffstat (limited to 'login')
-rw-r--r-- | login/getutline_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <errno.h> #include <unistd.h> #include <utmp.h> +#include <string.h> /* For implementing this function we don't use the getutent_r function |