From e4af5eaca6f0fc681733f618562d58c26745978f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 16 Jan 2003 02:58:25 +0000 Subject: More Heimdal changes. Still not compiling with Heimdal yet... Jeremy. (This used to be commit c3544c119e4cafb817479b4c5dfae178c3de000b) --- source3/include/config.h.in | 3 +++ source3/include/includes.h | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 6d1890b0bd..f684522366 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -875,6 +875,9 @@ /* Define if you have the header file. */ #undef HAVE_ARPA_INET_H +/* Define if you have the header file. */ +#undef HAVE_COM_ERR_H + /* Define if you have the header file. */ #undef HAVE_COMPAT_H diff --git a/source3/include/includes.h b/source3/include/includes.h index add8ba91d8..eb89d6f2af 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -424,6 +424,10 @@ #include #endif +#if HAVE_COM_ERR_H +#include +#endif + /* we support ADS if we want it and have krb5 and ldap libs */ #if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP) #define HAVE_ADS -- cgit