From: John Kohl Date: Thu, 8 Mar 1990 16:51:27 +0000 (+0000) Subject: add #include for external function prototypes X-Git-Tag: krb5-1.0-alpha2~1011 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e19df1db74712c9e2197c76a8175b30bca84c4ff;p=krb5.git add #include for external function prototypes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@373 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/mk_req.c b/src/lib/krb5/krb/mk_req.c index d5324d6ac..ab4eab710 100644 --- a/src/lib/krb5/krb/mk_req.c +++ b/src/lib/krb5/krb/mk_req.c @@ -18,6 +18,8 @@ static char mk_req_c[] = #include #include +#include + /* Formats a KRB_AP_REQ message into outbuf. diff --git a/src/lib/krb5/krb/mk_req_ext.c b/src/lib/krb5/krb/mk_req_ext.c index 094113630..c0ec7ec4b 100644 --- a/src/lib/krb5/krb/mk_req_ext.c +++ b/src/lib/krb5/krb/mk_req_ext.c @@ -24,6 +24,8 @@ static char mk_req_ext_c[] = #include #include +#include + /* Formats a KRB_AP_REQ message into outbuf, with more complete options than krb_mk_req.