summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/krb5/krb5_common.h')
-rw-r--r--server/providers/krb5/krb5_common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/providers/krb5/krb5_common.h b/server/providers/krb5/krb5_common.h
index 5d784a550..60f6a82fb 100644
--- a/server/providers/krb5/krb5_common.h
+++ b/server/providers/krb5/krb5_common.h
@@ -28,14 +28,10 @@
#include "config.h"
#include <stdbool.h>
-#ifdef HAVE_KRB5_KRB5_H
-#include <krb5/krb5.h>
-#else
-#include <krb5.h>
-#endif
#include "providers/dp_backend.h"
#include "util/util.h"
+#include "util/sss_krb5.h"
#define SSSD_KRB5_KDC "SSSD_KRB5_KDC"
#define SSSD_KRB5_REALM "SSSD_KRB5_REALM"