From 44f179f427ffa9dd50538fefca60471785fdb003 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 1 Jul 2000 19:12:54 +0000 Subject: [PATCH] krb5.h before kafs.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8504 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index f6db68e35..a6b894a1e 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -143,15 +143,15 @@ #include "roken.h" +#ifdef KRB5 +#include +#endif /* KRB5 */ + #ifdef KRB4 #include #include #endif -#ifdef KRB5 -#include -#endif /* KRB5 */ - #ifdef OTP #include #endif