summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-29 09:19:57 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-29 09:19:57 +0000
commita9f8e9e8a5914a041d25efe066a84f4b6006bd28 (patch)
tree37cd4730edb741210f17467230d19b802172341a /src/include
parent67fea16e02c97969c6686242f83869e713abe388 (diff)
downloadkrb5-a9f8e9e8a5914a041d25efe066a84f4b6006bd28.tar.gz
krb5-a9f8e9e8a5914a041d25efe066a84f4b6006bd28.tar.xz
krb5-a9f8e9e8a5914a041d25efe066a84f4b6006bd28.zip
use fake-stdlib.h now
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1336 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h4
1 files changed, 4 insertions, 0 deletions
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 <fake-stdlib.h>
+#else
#include <stdlib.h>
+#endif /* NO_STDLIB_H */
#else
extern char *malloc(), *realloc(), *calloc();
extern char *getenv(), *index();