From: John Kohl Date: Mon, 29 Oct 1990 09:19:57 +0000 (+0000) Subject: use fake-stdlib.h now X-Git-Tag: krb5-1.0-alpha2~75 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9f8e9e8a5914a041d25efe066a84f4b6006bd28;p=krb5.git use fake-stdlib.h now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1336 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 762bb6714..bae892cdd 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -17,7 +17,11 @@ #define KRB5_EXT_PROTO__ #ifdef __STDC__ +#ifdef NO_STDLIB_H +#include +#else #include +#endif /* NO_STDLIB_H */ #else extern char *malloc(), *realloc(), *calloc(); extern char *getenv(), *index();