diff --git a/crypto/dist/heimdal/lib/hdb/hdb.h b/crypto/dist/heimdal/lib/hdb/hdb.h index e00baa7e1a1d..1243d1271e4b 100644 --- a/crypto/dist/heimdal/lib/hdb/hdb.h +++ b/crypto/dist/heimdal/lib/hdb/hdb.h @@ -32,14 +32,14 @@ */ /* $Heimdal: hdb.h,v 1.31 2000/07/08 16:03:37 joda Exp $ - $NetBSD: hdb.h,v 1.1.1.3 2002/09/12 12:41:40 joda Exp $ */ + $NetBSD: hdb.h,v 1.2 2003/01/26 22:06:39 elric Exp $ */ #ifndef __HDB_H__ #define __HDB_H__ -#include +#include -#include +#include enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK }; @@ -87,6 +87,6 @@ typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*, hdb_entry*, void*); extern krb5_kt_ops hdb_kt_ops; -#include +#include #endif /* __HDB_H__ */ diff --git a/crypto/dist/heimdal/lib/krb5/krb5.h b/crypto/dist/heimdal/lib/krb5/krb5.h index a35ca0e296f7..de66c3a3860d 100644 --- a/crypto/dist/heimdal/lib/krb5/krb5.h +++ b/crypto/dist/heimdal/lib/krb5/krb5.h @@ -32,7 +32,7 @@ */ /* $Heimdal: krb5.h,v 1.205 2002/09/03 17:31:47 joda Exp $ - $NetBSD: krb5.h,v 1.1.1.6 2002/09/12 12:41:41 joda Exp $ */ + $NetBSD: krb5.h,v 1.2 2003/01/26 22:06:40 elric Exp $ */ #ifndef __KRB5_H__ #define __KRB5_H__ @@ -44,12 +44,12 @@ typedef socklen_t krb5_socklen_t; typedef ssize_t krb5_ssize_t; -#include -#include -#include -#include +#include +#include +#include +#include -#include +#include /* name confusion with MIT */ #ifndef KRB5KDC_ERR_KEY_EXP @@ -670,7 +670,7 @@ struct credentials; /* this is to keep the compiler happy */ struct getargs; struct sockaddr; -#include +#include #endif /* __KRB5_H__ */ diff --git a/crypto/dist/heimdal/lib/roken/roken.h.in b/crypto/dist/heimdal/lib/roken/roken.h.in index a58be2e46501..b79c607af300 100644 --- a/crypto/dist/heimdal/lib/roken/roken.h.in +++ b/crypto/dist/heimdal/lib/roken/roken.h.in @@ -33,7 +33,7 @@ */ /* $Heimdal: roken.h.in,v 1.169 2002/08/26 21:43:38 assar Exp $ - $NetBSD: roken.h.in,v 1.2 2002/09/20 21:48:58 mycroft Exp $ */ + $NetBSD: roken.h.in,v 1.3 2003/01/26 22:06:40 elric Exp $ */ #include #include @@ -148,7 +148,7 @@ struct sockaddr_dl; typedef int ssize_t; #endif -#include +#include ROKEN_CPP_START diff --git a/crypto/dist/heimdal/lib/sl/ss.h b/crypto/dist/heimdal/lib/sl/ss.h index 76f223809ab3..4600246f61fe 100644 --- a/crypto/dist/heimdal/lib/sl/ss.h +++ b/crypto/dist/heimdal/lib/sl/ss.h @@ -31,14 +31,14 @@ * SUCH DAMAGE. */ /* $Heimdal: ss.h,v 1.3 2000/05/25 00:15:21 assar Exp $ - $NetBSD: ss.h,v 1.1.1.3 2002/09/12 12:41:43 joda Exp $ */ + $NetBSD: ss.h,v 1.2 2003/01/26 22:06:41 elric Exp $ */ /* SS compatibility for SL */ #ifndef __ss_h__ #define __ss_h__ -#include +#include typedef SL_cmd ss_request_table;