From 17ed18fef3ee30b72f8f88ef7b43d082ae8d8bf1 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Mon, 2 Jan 2006 11:28:42 +0000 Subject: [PATCH] Fix the amd64 (and presumably ia64) lib32 build by ensuring that the heimdal GSS-API mechanism uses its own version of gssapi.h, including all the implementation-dependant pollution contained therein. This moves the file off the vendor branch, sadly. Submitted by: bz --- crypto/heimdal/lib/gssapi/gssapi_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/heimdal/lib/gssapi/gssapi_locl.h b/crypto/heimdal/lib/gssapi/gssapi_locl.h index 154c4b120d4..5b2274fc9ad 100644 --- a/crypto/heimdal/lib/gssapi/gssapi_locl.h +++ b/crypto/heimdal/lib/gssapi/gssapi_locl.h @@ -32,6 +32,7 @@ */ /* $Id: gssapi_locl.h,v 1.24.2.5 2003/09/18 22:01:52 lha Exp $ */ +/* $FreeBSD$ */ #ifndef GSSAPI_LOCL_H #define GSSAPI_LOCL_H @@ -41,7 +42,7 @@ #endif #include -#include +#include "gssapi.h" #include #include "arcfour.h" -- 2.45.2