fixes after merge

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3613 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-10-14 23:00:16 +00:00
parent f62acdf369
commit 73bc1937d6
2 changed files with 5 additions and 1 deletions

View File

@@ -41,7 +41,7 @@
#ifndef __KAFS_H
#define __KAFS_H
#include <krb5-types.h>
/* XXX must include krb5.h or krb.h */
/* sys/ioctl.h must be included manually before kafs.h */

View File

@@ -93,8 +93,12 @@
#endif
#include <roken.h>
#ifdef KRB5
#include <krb5.h>
#endif
#ifdef KRB4
#include <krb.h>
#endif
#include <kafs.h>
/* #include <resolve.h> */