From 91e12b38c7d39884e6a224af38db0c87a50a12c9 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 12 Feb 1990 09:43:21 +0000 Subject: [PATCH] add char *getenv() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@342 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 8a6185e7b..cb05730a7 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -21,6 +21,7 @@ #else extern char *malloc(), *index(), *calloc(); +extern char *getenv(); #include -- 2.26.2