1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r3538: Fix the build with the latest Heimdal code.

Jeremy.
This commit is contained in:
Jeremy Allison
2004-11-05 00:57:29 +00:00
committed by Gerald (Jerry) Carter
parent b08e3bf6fb
commit 34275bae78
3 changed files with 15 additions and 7 deletions

View File

@@ -455,13 +455,9 @@
#if HAVE_GSSAPI_H
#include <gssapi.h>
#endif
#if HAVE_GSSAPI_GSSAPI_H
#elif HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#endif
#if HAVE_GSSAPI_GSSAPI_GENERIC_H
#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>
#endif