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

@@ -106,6 +106,6 @@ typedef struct {
extern gss_OID_desc _gss_spnego_mskrb_mechanism_oid_desc;
extern gss_OID_desc _gss_spnego_krb5_mechanism_oid_desc;
#include <spnego-private.h>
#include "spnego-private.h"
#endif /* SPNEGO_LOCL_H */