From: John Carr Date: Mon, 27 May 1991 22:04:39 +0000 (+0000) Subject: Allow machine config file to force to be included X-Git-Tag: krb5-1.0-beta1~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=886bd9276ec2b73d7f17d9553618c39d804e439a;p=krb5.git Allow machine config file to force to be included unconditionally. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2115 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 120e2c1fe..9bdf85f7f 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -16,6 +16,9 @@ #ifndef KRB5_EXT_PROTO__ #define KRB5_EXT_PROTO__ +#ifdef HAS_STDLIB_H +#include +#else #ifdef __STDC__ #ifdef NO_STDLIB_H #include @@ -26,6 +29,7 @@ extern char *malloc(), *realloc(), *calloc(); extern char *getenv(); #endif /* ! __STDC__ */ +#endif /* HAS_STDLIB_H */ #ifdef USE_STRING_H #include