From 3c7f634f9f92769ecacface00b0911fef6fdb726 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 18 Jul 1997 00:51:50 +0000 Subject: [PATCH] more includes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2424 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kpasswd/kpasswd_locl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kpasswd/kpasswd_locl.h b/kpasswd/kpasswd_locl.h index ade5e1f75..18a67e2b0 100644 --- a/kpasswd/kpasswd_locl.h +++ b/kpasswd/kpasswd_locl.h @@ -51,6 +51,12 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_FCNTL_H +#include +#endif +#ifdef HAVE_SYS_UIO_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif @@ -72,8 +78,13 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef HAVE_ERRNO_H +#include +#endif #include #include #include +#define KPASSWD_PORT 464 + #endif /* __KPASSWD_LOCL_H__ */