From: Stefan Metzmacher Date: Sun, 14 Sep 2008 16:28:17 +0000 (+0200) Subject: libreplace: include and and no heimdal specific headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46a17b408f8c78ecdff724f29d97f8f268d5577;p=thirdparty%2Fsamba.git libreplace: include and and no heimdal specific headers metze (partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2) --- diff --git a/source/lib/replace/system/kerberos.h b/source/lib/replace/system/kerberos.h index 78aa7b943f9..2981024bee5 100644 --- a/source/lib/replace/system/kerberos.h +++ b/source/lib/replace/system/kerberos.h @@ -129,8 +129,9 @@ /* Whether krb5_princ_realm returns krb5_realm or krb5_data */ #define KRB5_PRINC_REALM_RETURNS_REALM 1 -#include "heimdal/lib/krb5/krb5.h" -#include "heimdal/lib/com_err/com_err.h" +#include +#include + #endif #endif