Author: metze Date: 2005-11-09 10:17:05 +0000 (Wed, 09 Nov 2005) New Revision: 11601
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11601 Log: try to fix the build on IRIX 6.5 us4 abartlet, tridge, lha: is there a better way? metze Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c Changeset: Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c =================================================================== --- branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c 2005-11-09 09:28:59 UTC (rev 11600) +++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c 2005-11-09 10:17:05 UTC (rev 11601) @@ -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 */
