summaryrefslogtreecommitdiffstats
path: root/freebsd/include/gssapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/include/gssapi.h')
-rw-r--r--freebsd/include/gssapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/freebsd/include/gssapi.h b/freebsd/include/gssapi.h
new file mode 100644
index 00000000..5557de8f
--- /dev/null
+++ b/freebsd/include/gssapi.h
@@ -0,0 +1,5 @@
+/* $FreeBSD$ */
+#ifdef __GNUC__
+#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
+#endif
+#include <gssapi/gssapi.h>