use string.h
authorJohn Kohl <jtkohl@mit.edu>
Tue, 23 Jan 1990 15:02:38 +0000 (15:02 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 23 Jan 1990 15:02:38 +0000 (15:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@171 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/unparse.c

index fa4d8281ece92386a678ec89772f9344300ff6b1..5f6efa8d6164203390f25858f5fd8506912cccc5 100644 (file)
@@ -22,7 +22,8 @@ static char rcsid_unparse_c[] =
 #ifdef __STDC__
 #include <stdlib.h>
 #else
-extern char *malloc(), *index(), *calloc();
+extern char *malloc();
+#include <string.h>
 #endif /* __STDC__ */
 
 #include <errno.h>