From bce280a6d8afdd1e10b5571c10fc4264d38c22c2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 11 Aug 1997 03:38:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2907 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 1c8101663..99c91ddac 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -87,6 +87,9 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef HAVE_SYS_UIO_H +#include +#endif #ifdef HAVE_SYS_FILIO_H #include #endif