gssapi/mech: mech_locl.h roken.h must be included earlier
commit7145a8e9084c710229c91595e3c4c9d9b0aa11a0
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 16 Jan 2022 01:40:38 +0000 (15 20:40 -0500)
committerJeffrey Altman <jaltman@auristor.com>
Sun, 16 Jan 2022 02:24:10 +0000 (15 21:24 -0500)
tree14e16bb54aad0466793474927e606909a371623b
parentc74d1992e1f8db43b33635d49f2f29b6885e8bb8
gssapi/mech: mech_locl.h roken.h must be included earlier

If included roken.h should be immediately following config.h.
Doing so ensures that all platform specific headers are
included in the proper order and avoids unnecessary includes
of headers managed by roken.h.

Change-Id: I27f11b42300b6ebcfbcc8d2c53915e96b6eec1d9
lib/gssapi/mech/mech_locl.h