From a9f8e9e8a5914a041d25efe066a84f4b6006bd28 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 09:19:57 +0000 Subject: [PATCH] use fake-stdlib.h now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1336 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 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(); -- 2.26.2