projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a3db4
)
use string.h
author
John Kohl
<jtkohl@mit.edu>
Tue, 23 Jan 1990 15:02:38 +0000
(15:02 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/unparse.c
b/src/lib/krb5/krb/unparse.c
index fa4d8281ece92386a678ec89772f9344300ff6b1..5f6efa8d6164203390f25858f5fd8506912cccc5 100644
(file)
--- 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 <stdlib.h>
#else
-extern char *malloc(), *index(), *calloc();
+extern char *malloc();
+#include <string.h>
#endif /* __STDC__ */
#include <errno.h>