From: Ezra Peisach Date: Mon, 11 Jun 2001 20:03:44 +0000 (+0000) Subject: * compat_recv.c: Include k5-util.h to ensure new prototypes agree X-Git-Tag: krb5-1.3-beta2~1426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbce5a9ea28615ffe09897fce00ff4103174606;p=thirdparty%2Fkrb5.git * compat_recv.c: Include k5-util.h to ensure new prototypes agree with definitions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13333 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5util/ChangeLog b/src/lib/krb5util/ChangeLog index a512d29bfe..a64f389963 100644 --- a/src/lib/krb5util/ChangeLog +++ b/src/lib/krb5util/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Ezra Peisach + + * compat_recv.c: Include k5-util.h to ensure new prototypes agree + with definitions. + 2000-10-23 Tom Yu * compat_recv.c (krb_v4_recvauth): Update call to mk_priv(). diff --git a/src/lib/krb5util/compat_recv.c b/src/lib/krb5util/compat_recv.c index ed77cb6013..f1b503ef35 100644 --- a/src/lib/krb5util/compat_recv.c +++ b/src/lib/krb5util/compat_recv.c @@ -45,6 +45,7 @@ #include #include +#include "k5-util.h" static int krb_v4_recvauth();