From 5a8a71616280869914154d895a446be58ec90405 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 11 Jun 2001 22:52:57 +0000 Subject: [PATCH] * test_profile.c: Include for strcmp() prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13337 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 +++- src/util/profile/test_profile.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 9f4c4a373..b6da31638 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,8 +1,10 @@ 2001-06-11 Ezra Peisach + * test_profile.c: Include for strcmp() prototype. + * argv_parse.c (argv_parse): Cast argument to isspace() as int. * prof_parse.c (skip_over_blanks, parse_std_line, need_double_quotes): - Likewise + Likewise. 2001-06-11 Ezra Peisach diff --git a/src/util/profile/test_profile.c b/src/util/profile/test_profile.c index da81a20e0..f23a66a60 100644 --- a/src/util/profile/test_profile.c +++ b/src/util/profile/test_profile.c @@ -3,6 +3,7 @@ */ #include +#include #ifdef HAVE_STDLIB_H #include #endif -- 2.26.2