--- /aIEngine/util/server/samba-3.0.11/source/client/clitar.c 2004-12-15 21:33:11.000000000 +0700 +++ client/clitar.c 2005-03-17 14:10:40.000000000 +0700 @@ -38,6 +38,15 @@ #include "includes.h" #include "clitar.h" #include "client/client_proto.h" +/* Fix by Alexander J. Herrmann + make sure that regex.h is really included when gssapi.h is used + from krb5-1.4 as it only claims to have it without including it. +*/ +#ifdef HAVE_REGEX_H +#ifndef _REGEX_H +#include +#endif +#endif static int clipfind(char **aret, int ret, char *tok);