summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5.h')
-rw-r--r--src/include/krb5.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5.h b/src/include/krb5.h
new file mode 100644
index 0000000000..d689651550
--- /dev/null
+++ b/src/include/krb5.h
@@ -0,0 +1,7 @@
+/* The MIT Kerberos header file krb5.h used to live here.
+
+ As of the 1.5 release, we're installing multiple Kerberos headers,
+ so they're all moving to a krb5/ subdirectory. This file is
+ present just to keep old software still compiling. Please update
+ your code to use the new path for the header. */
+#include <krb5/krb5.h>