From d11935200186040132e05e2beaaba20a770ee3ef Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 9 Nov 2006 22:56:39 +0000 Subject: Install gssapi.h in includedir that includes gssapi/gssapi.h so that either form of #include will work. Provides better compatibility with Heimdal. ticket: 2240 Component: krb5-libs Version_Reported: 1.3.2 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18791 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/gssapi.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/include/gssapi.h (limited to 'src/include/gssapi.h') diff --git a/src/include/gssapi.h b/src/include/gssapi.h new file mode 100644 index 000000000..f55768144 --- /dev/null +++ b/src/include/gssapi.h @@ -0,0 +1,5 @@ +/* + * Wrapper so that #include will work without special include + * paths. + */ +#include -- cgit