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