projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d6ff5
)
add USE_STRING_H test
author
John Kohl
<jtkohl@mit.edu>
Thu, 8 Nov 1990 17:23:26 +0000
(17:23 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 8 Nov 1990 17:23:26 +0000
(17:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1442
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/ext-proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/ext-proto.h
b/src/include/krb5/ext-proto.h
index 1b5d669cf563fc10a0a9845d95fd86d33eab06f6..e001bb91837649f3bd7402101697b6efa11ea20c 100644
(file)
--- a/
src/include/krb5/ext-proto.h
+++ b/
src/include/krb5/ext-proto.h
@@
-27,6
+27,10
@@
extern char *malloc(), *realloc(), *calloc();
extern char *getenv();
#endif /* ! __STDC__ */
+#ifdef USE_STRING_H
#include <string.h>
+#else
+#include <strings.h>
+#endif
#endif /* KRB5_EXT_PROTO__ */