From 0ea54bfdc567f6aebaeb794ed77b8305801fbe2b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 8 Nov 1990 17:23:26 +0000 Subject: add USE_STRING_H test git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1442 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 1b5d669cf..e001bb918 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 +#else +#include +#endif #endif /* KRB5_EXT_PROTO__ */ -- cgit