diff options
author | Ezra Peisach <epeisach@mit.edu> | 2001-06-11 20:03:44 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-11 20:03:44 +0000 |
commit | bdbce5a9ea28615ffe09897fce00ff4103174606 (patch) | |
tree | c5289d0f0ee65076c46087a062dbd2c160b461de /src | |
parent | b11599502dbf383abe1dc74b8b188eb7f945097d (diff) | |
download | krb5-bdbce5a9ea28615ffe09897fce00ff4103174606.tar.gz krb5-bdbce5a9ea28615ffe09897fce00ff4103174606.tar.xz krb5-bdbce5a9ea28615ffe09897fce00ff4103174606.zip |
* 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
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5util/ChangeLog | 5 | ||||
-rw-r--r-- | src/lib/krb5util/compat_recv.c | 1 |
2 files changed, 6 insertions, 0 deletions
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 <epeisach@mit.edu> + + * compat_recv.c: Include k5-util.h to ensure new prototypes agree + with definitions. + 2000-10-23 Tom Yu <tlyu@mit.edu> * 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 <stdio.h> #include <string.h> +#include "k5-util.h" static int krb_v4_recvauth(); |