mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05: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>
|