include <kadm5/private.h>
authorJohan Danielsson <joda@pdc.kth.se>
Mon, 19 Aug 2002 15:07:31 +0000 (15:07 +0000)
committerJohan Danielsson <joda@pdc.kth.se>
Mon, 19 Aug 2002 15:07:31 +0000 (15:07 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11130 ec53bebd-3082-4978-b11e-865c3cabbd6b

kpasswd/kpasswdd.c

index 93e49975b4e7f23841de30494ff98ac539731df1..ea3b337c0bf6f64e54a62b54d12e259ea3b73131 100644 (file)
@@ -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. 
  *
 RCSID("$Id$");
 
 #include <kadm5/admin.h>
-
+#ifdef HAVE_SYS_UN_H
+#include <sys/un.h>
+#endif
 #include <hdb.h>
+#include <kadm5/private.h>
 
 static krb5_context context;
 static krb5_log_facility *log_facility;