Include <string.h> for strlen.

This commit is contained in:
Ulrich Drepper 1998-10-24 10:44:47 +00:00
parent 3c06881689
commit e03c336105

View File

@ -31,6 +31,7 @@
#include <ldsodefs.h>
#include <stdio.h>
#include <string.h>
#ifndef __GNU_LIBRARY__
extern char *getenv ();