summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/int-proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
index fb032280b..836619289 100644
--- a/src/lib/krb5/krb/int-proto.h
+++ b/src/lib/krb5/krb/int-proto.h
@@ -15,6 +15,9 @@
#ifndef KRB5_INT_FUNC_PROTO__
#define KRB5_INT_FUNC_PROTO__
+/* widen prototypes, if needed */
+#include <krb5/widen.h>
+
krb5_error_code krb5_tgtname
PROTOTYPE((const krb5_data *,
const krb5_data *,
@@ -32,5 +35,8 @@ krb5_error_code krb5_walk_realm_tree
void krb5_free_realm_tree
PROTOTYPE((const krb5_principal *));
+/* and back to normal... */
+#include <krb5/narrow.h>
+
#endif /* KRB5_INT_FUNC_PROTO__ */