Correct header file inclusion protection.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18331 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 20:56:42 +00:00
parent c5e66ade21
commit dc4654ebaf

View File

@@ -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_ */