=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- src/usr.bin/ssh/auth.h 2006/04/20 09:27:09 1.53 +++ src/usr.bin/ssh/auth.h 2006/07/06 16:03:53 1.54 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.53 2006/04/20 09:27:09 djm Exp $ */ +/* $OpenBSD: auth.h,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,10 +28,12 @@ #ifndef AUTH_H #define AUTH_H -#include "key.h" -#include "hostfile.h" +#include + #include +#include + #ifdef HAVE_LOGIN_CAP #include #endif @@ -41,6 +43,9 @@ #ifdef KRB5 #include #endif + +#include "key.h" +#include "hostfile.h" typedef struct Authctxt Authctxt; typedef struct Authmethod Authmethod;