From 886bd9276ec2b73d7f17d9553618c39d804e439a Mon Sep 17 00:00:00 2001 From: John Carr Date: Mon, 27 May 1991 22:04:39 +0000 Subject: [PATCH] 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 --- src/include/krb5/ext-proto.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2