After the k5-int/krb5 header changes needed for Windows were pulled up to the branch recently, the branch fails to build on UNIX. Now that KfW is out, we can fix it. It looks like there's only one file that needs fixing, though, and in part of the tree that doesn't get built on Windows anyways: Index: src/kadmin/dbutil/kadm5_create.c =================================================================== --- src/kadmin/dbutil/kadm5_create.c (revision 17561) +++ src/kadmin/dbutil/kadm5_create.c (working copy) @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include There isn't a matching patch on the trunk, because the trunk doesn't need this patch. I suspect the Novell changes tweaked something that made it unnecessary.