From: John Kohl Date: Thu, 8 Nov 1990 17:23:26 +0000 (+0000) Subject: add USE_STRING_H test X-Git-Tag: krb5-1.0-alpha3~151 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ea54bfdc567f6aebaeb794ed77b8305801fbe2b;p=krb5.git add USE_STRING_H test git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1442 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */