* compat_recv.c: Include k5-util.h to ensure new prototypes agree
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 20:03:44 +0000 (20:03 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 20:03:44 +0000 (20:03 +0000)
with definitions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13333 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5util/ChangeLog
src/lib/krb5util/compat_recv.c

index a512d29bfe26ead62a8500b40473a55c7b3b93df..a64f3899630be7cdb3d49b4788caa67011c7edc5 100644 (file)
@@ -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().
index ed77cb6013b5e56c0415bfd14b2f5605026a0136..f1b503ef35d6b27c4121b0f05a3a529eb75c0040 100644 (file)
@@ -45,6 +45,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "k5-util.h"
 
 static int krb_v4_recvauth();