summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ext-proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
index 133e311e2..021eff863 100644
--- a/src/include/krb5/ext-proto.h
+++ b/src/include/krb5/ext-proto.h
@@ -19,8 +19,8 @@
#ifdef __STDC__
#include <stdlib.h>
#else
-extern char *malloc(), *index(), *calloc();
-extern char *getenv();
+extern char *malloc(), *realloc(), *calloc();
+extern char *getenv(), *index();
#endif /* ! __STDC__ */
#include <string.h>