From 10cc0f13c649955f9190e9ed409da19a8aa4436f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Apr 2002 16:17:10 +0000 Subject: [PATCH] include git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10940 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 0d6c0591e..53c5aeb4e 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2001 Kungliga Tekniska Högskolan + * Copyright (c) 1997-2002 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -105,6 +105,9 @@ struct sockaddr_dl; #ifdef HAVE_SYS_FILIO_H #include #endif +#ifdef HAVE_SYS_FILE_H +#include +#endif #include #include #include