gss: _locl.h files should include local copy of -private.h files

apparently some versions of heimdal installed mech private headers.
don't inadvertantly end up with it in your path from a previous version
This commit is contained in:
Daria Phoebe Brashear
2018-04-19 10:37:11 -04:00
committed by Jeffrey Altman
parent bc1b936a1d
commit b12e01035c
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ extern HEIMDAL_MUTEX gssapi_keytab_mutex;
* Prototypes
*/
#include <gsskrb5-private.h>
#include "gsskrb5-private.h"
#define GSSAPI_KRB5_INIT(ctx) do { \
krb5_error_code kret_gss_init; \