Author: abartlet Date: 2006-01-09 22:30:08 +0000 (Mon, 09 Jan 2006) New Revision: 12807
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12807 Log: I'm wondering if this might fix AIX on the build farm... Andrew Bartlett 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 2006-01-09 22:28:26 UTC (rev 12806) +++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c 2006-01-09 22:30:08 UTC (rev 12807) @@ -23,10 +23,10 @@ #include "includes.h" #include "system/kerberos.h" +#include "system/network.h" #include "auth/kerberos/kerberos.h" #include "lib/socket/socket.h" #include "lib/events/events.h" - #include "heimdal_build/roken.h" /*
