From f80cc553f8851503c05a93b1177f027b9ed62ba2 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 21 Jun 2013 23:09:44 -0500 Subject: [PATCH] Make build on Windows --- lib/asn1/asn1parse.y | 1 + lib/asn1/der.h | 2 ++ lib/asn1/lex.l | 1 + lib/krb5/libkrb5-exports.def.in | 11 +++++++++++ 4 files changed, 15 insertions(+) diff --git a/lib/asn1/asn1parse.y b/lib/asn1/asn1parse.y index 9b519b463..88299f08b 100644 --- a/lib/asn1/asn1parse.y +++ b/lib/asn1/asn1parse.y @@ -41,6 +41,7 @@ #include #include +#include #include #include "symbol.h" #include "lex.h" diff --git a/lib/asn1/der.h b/lib/asn1/der.h index f20cdb83c..f73234864 100644 --- a/lib/asn1/der.h +++ b/lib/asn1/der.h @@ -36,6 +36,8 @@ #ifndef __DER_H__ #define __DER_H__ +#include + typedef enum { ASN1_C_UNIV = 0, ASN1_C_APPL = 1, diff --git a/lib/asn1/lex.l b/lib/asn1/lex.l index e72e5d9be..b1ad3a01f 100644 --- a/lib/asn1/lex.l +++ b/lib/asn1/lex.l @@ -40,6 +40,7 @@ #include #include #include +#include #include #ifdef HAVE_UNISTD_H #include diff --git a/lib/krb5/libkrb5-exports.def.in b/lib/krb5/libkrb5-exports.def.in index e18172d0a..277d35016 100644 --- a/lib/krb5/libkrb5-exports.def.in +++ b/lib/krb5/libkrb5-exports.def.in @@ -781,3 +781,14 @@ EXPORTS ; FAST _krb5_fast_cf2 _krb5_fast_armor_key + + ; Recent additions + krb5_ntlm_init_get_challenge; + krb5_cc_type_dcc; + krb5_dcc_ops; + _krb5_load_plugins; + _krb5_plugin_find; + _krb5_plugin_free; + _krb5_plugin_run_f; + _krb5_expand_path_tokensv; +