summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-11-08 17:23:26 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-11-08 17:23:26 +0000
commit0ea54bfdc567f6aebaeb794ed77b8305801fbe2b (patch)
tree2de92cca1d82ca72791566a1ea13c844c2d683cd /src/include
parent23d6ff5d4dcae9f4f5ef1597b8009d0a157d60d7 (diff)
downloadkrb5-0ea54bfdc567f6aebaeb794ed77b8305801fbe2b.tar.gz
krb5-0ea54bfdc567f6aebaeb794ed77b8305801fbe2b.tar.xz
krb5-0ea54bfdc567f6aebaeb794ed77b8305801fbe2b.zip
add USE_STRING_H test
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1442 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
index 1b5d669cf5..e001bb9183 100644
--- 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__ */