include krb4 and kafs

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5738 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-24 04:54:35 +00:00
parent aef4e16c4c
commit 0e7ee2d9d8

View File

@@ -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 <err.h>
#include <krb5.h>
#ifdef KRB4
#include <krb.h>
#endif
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_IOCCOM_H
#include <sys/ioccom.h>
#endif
#include <kafs.h>
#endif /* __KUSER_LOCL_H__ */