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__ */