mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
* login/getutline_r.c: Include string.h.
This commit is contained in:
parent
5790c439f9
commit
27a110706b
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user