From 1fb239791379ba18858729b098b3d6af0e2d99a5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 9 Nov 2005 10:17:05 +0000 Subject: r11601: try to fix the build on IRIX 6.5 us4 abartlet, tridge, lha: is there a better way? metze (This used to be commit b2b4969bdcdd85b1093d91184ff10eff9f74e550) --- source4/auth/kerberos/krb5_init_context.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c index c8c90869ef..f059823a59 100644 --- a/source4/auth/kerberos/krb5_init_context.c +++ b/source4/auth/kerberos/krb5_init_context.c @@ -29,6 +29,9 @@ #include "system/filesys.h" #include "lib/socket/socket.h" #include "lib/events/events.h" + +#include "heimdal_build/roken.h" + /* context structure for operations on cldap packets */ -- cgit