more includes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2424 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-18 00:51:50 +00:00
parent 0f97fabbc0
commit 3c7f634f9f

View File

@@ -51,6 +51,12 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -72,8 +78,13 @@
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#include <err.h>
#include <roken.h>
#include <krb5.h>
#define KPASSWD_PORT 464
#endif /* __KPASSWD_LOCL_H__ */