From: John Kohl Date: Tue, 23 Jan 1990 15:02:38 +0000 (+0000) Subject: use string.h X-Git-Tag: krb5-1.0-alpha2~1212 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0138d5b428286ffaf49303946c2e7d4a8c922844;p=krb5.git use string.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@171 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/unparse.c b/src/lib/krb5/krb/unparse.c index fa4d8281e..5f6efa8d6 100644 --- a/src/lib/krb5/krb/unparse.c +++ b/src/lib/krb5/krb/unparse.c @@ -22,7 +22,8 @@ static char rcsid_unparse_c[] = #ifdef __STDC__ #include #else -extern char *malloc(), *index(), *calloc(); +extern char *malloc(); +#include #endif /* __STDC__ */ #include