[__GNU_LIBRARY__]: Use <string.h>.

This commit is contained in:
Karl Heuer 1996-07-15 21:25:56 +00:00
parent a1cfbf35a9
commit 6ce375fa38
3 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,10 @@
#include <stdio.h>
#include <ctype.h>
#ifdef __GNU_LIBRARY__
# include <string.h>
#endif
extern char *malloc ();
char *xmalloc ();