mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:51:07 +01:00
6 lines
158 B
C
6 lines
158 B
C
|
/* $FreeBSD$ */
|
||
|
#ifdef __GNUC__
|
||
|
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
|
||
|
#endif
|
||
|
#include <gssapi/gssapi.h>
|