diff options
Diffstat (limited to 'gssapi.c')
-rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ # ifdef HAVE_GSS_H # include <gss.h> # else -# ifdef HAVE_GSSAPI_H +# if defined(HAVE_GSSAPI_H) && !defined(HAVE_GSSAPI_GSSAPI_H) # include <gssapi.h> # endif # ifdef HAVE_GSSAPI_GSSAPI_H |