From 65ca66cee321e3dc4802d0dcc0aa0c1db68b4076 Mon Sep 17 00:00:00 2001 From: dfr Date: Mon, 2 Jan 2006 11:28:42 +0000 Subject: 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(-) (limited to 'crypto') diff --git a/crypto/heimdal/lib/gssapi/gssapi_locl.h b/crypto/heimdal/lib/gssapi/gssapi_locl.h index 154c4b1..5b2274f 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" -- cgit v1.1