From 0e7ee2d9d83929d6d74e21327098735cc69a65ef Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 24 Mar 1999 04:54:35 +0000 Subject: [PATCH] include krb4 and kafs git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5738 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kuser_locl.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kuser/kuser_locl.h b/kuser/kuser_locl.h index 73052bd1e..e0eead0ea 100644 --- a/kuser/kuser_locl.h +++ b/kuser/kuser_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 Kungliga Tekniska Högskolan + * Copyright (c) 1997 - 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -80,4 +80,15 @@ #include #include +#ifdef KRB4 +#include +#endif +#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4 +#include +#endif +#ifdef HAVE_SYS_IOCCOM_H +#include +#endif +#include + #endif /* __KUSER_LOCL_H__ */