add #include for external function prototypes
authorJohn Kohl <jtkohl@mit.edu>
Thu, 8 Mar 1990 16:51:27 +0000 (16:51 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 8 Mar 1990 16:51:27 +0000 (16:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@373 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/mk_req.c
src/lib/krb5/krb/mk_req_ext.c

index d5324d6ac28e0787fd0161ad15383528693d377f..ab4eab71034c37f20aa4b4788b8defc24c820963 100644 (file)
@@ -18,6 +18,8 @@ static char mk_req_c[] =
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
+#include <krb5/ext-proto.h>
+
 /*
  Formats a KRB_AP_REQ message into outbuf.
 
index 0941136305e408e53789ad52ddfc00c7e7c6ae71..c0ec7ec4bb4501aa4ee476bb20df358d54ca66a4 100644 (file)
@@ -24,6 +24,8 @@ static char mk_req_ext_c[] =
 #include <stdio.h>
 #include <krb5/libos-proto.h>
 
+#include <krb5/ext-proto.h>
+
 /*
  Formats a KRB_AP_REQ message into outbuf, with more complete options than
  krb_mk_req.