From 035630038e23fe840333c3e947d4dcbe6f824bfe Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 13 Sep 2001 01:15:34 +0000 Subject: [PATCH] move roken.h earlier to grab definition of socklen_t git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10688 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/sia_locl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/auth/sia/sia_locl.h b/lib/auth/sia/sia_locl.h index 31559ce8e..dcbf46598 100644 --- a/lib/auth/sia/sia_locl.h +++ b/lib/auth/sia/sia_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1999 - 2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -46,6 +46,7 @@ #include #include #include +#include #ifdef KRB5 #define SIA_KRB5 @@ -67,8 +68,6 @@ #include #endif -#include - #ifndef POSIX_GETPWNAM_R #define getpwnam_r posix_getpwnam_r