mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00: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>
|