From: Ezra Peisach Date: Mon, 11 Jun 2001 22:52:57 +0000 (+0000) Subject: * test_profile.c: Include for strcmp() prototype X-Git-Tag: krb5-1.3-alpha1~1425 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a8a71616280869914154d895a446be58ec90405;p=krb5.git * test_profile.c: Include for strcmp() prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13337 dc483132-0cff-0310-8789-dd5450dbe970 --- 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