diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-11-09 10:17:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:57 -0500 |
commit | 1fb239791379ba18858729b098b3d6af0e2d99a5 (patch) | |
tree | e14325ad3b7f7a8a26071fcba2ae408c7bf3d263 | |
parent | b4bc46feb9aa2e3ea32ac8699d1ab0488d1982ed (diff) | |
download | samba-1fb239791379ba18858729b098b3d6af0e2d99a5.tar.gz samba-1fb239791379ba18858729b098b3d6af0e2d99a5.tar.bz2 samba-1fb239791379ba18858729b098b3d6af0e2d99a5.zip |
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)
-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 */ |