diff options
-rw-r--r-- | source4/auth/kerberos/krb5_init_context.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |