mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 02:59:20 +08: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>
|