summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/mk_req.c2
-rw-r--r--src/lib/krb5/krb/mk_req_ext.c2
2 files changed, 4 insertions, 0 deletions
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 <krb5/copyright.h>
#include <krb5/krb5.h>
+#include <krb5/ext-proto.h>
+
/*
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 <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.