diff --git a/kpasswd/kpasswdd.c b/kpasswd/kpasswdd.c index 93e49975b..ea3b337c0 100644 --- a/kpasswd/kpasswdd.c +++ b/kpasswd/kpasswdd.c @@ -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. * @@ -35,8 +35,11 @@ RCSID("$Id$"); #include - +#ifdef HAVE_SYS_UN_H +#include +#endif #include +#include static krb5_context context; static krb5_log_facility *log_facility;