From 32f0abe5ddd39e0e016254f406a654ae88bcb333 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 5 Apr 1998 09:29:11 +0000 Subject: [PATCH] Add some headers. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4736 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/headers.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kdc/headers.h b/kdc/headers.h index 3797d7e6f..a5c45d354 100644 --- a/kdc/headers.h +++ b/kdc/headers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 Kungliga Tekniska Högskolan + * Copyright (c) 1997, 1998 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -85,16 +85,17 @@ #include #include #include +#include #include -#include +#include /* copy_octet_string */ #ifdef KRB4 #include #include +#define Principal Principal4 +#include #endif -#include - #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) #endif /* __HEADERS_H__ */