From dc4654ebaf807d73093f1cc80abfc784f4cdf1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 20:56:42 +0000 Subject: [PATCH] Correct header file inclusion protection. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18331 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/gssapi/gssapi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gssapi/gssapi/gssapi.h b/lib/gssapi/gssapi/gssapi.h index adfb21521..298425a08 100644 --- a/lib/gssapi/gssapi/gssapi.h +++ b/lib/gssapi/gssapi/gssapi.h @@ -33,8 +33,8 @@ /* $Id$ */ -#ifndef GSSAPI_H_ -#define GSSAPI_H_ +#ifndef GSSAPI_GSSAPI_H_ +#define GSSAPI_GSSAPI_H_ /* * First, include stddef.h to get size_t defined. @@ -905,4 +905,4 @@ gss_decapsulate_token(gss_buffer_t /* input_token */, } #endif -#endif /* GSSAPI_H_ */ +#endif /* GSSAPI_GSSAPI_H_ */