From: Ken Raeburn Date: Thu, 30 Mar 2006 10:28:30 +0000 (+0000) Subject: * klist.c: Include autoconf.h first X-Git-Tag: krb5-1.5-alpha1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f64ac8fe79dc9668c9a0015b38f64c86f91a01e;p=thirdparty%2Fkrb5.git * klist.c: Include autoconf.h first git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17808 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog index 70aa52e126..9fb02568d9 100644 --- a/src/clients/klist/ChangeLog +++ b/src/clients/klist/ChangeLog @@ -1,3 +1,7 @@ +2006-03-30 Ken Raeburn + + * klist.c: Include autoconf.h first. + 2005-01-04 Jeffrey Altman * Makefile.in: add support library to klist dependencies diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c index 8a70e06852..6cf7ce16aa 100644 --- a/src/clients/klist/klist.c +++ b/src/clients/klist/klist.c @@ -27,6 +27,7 @@ * List out the contents of your credential cache or keytab. */ +#include "autoconf.h" #include #ifdef KRB5_KRB4_COMPAT #include @@ -40,7 +41,6 @@ #include #include /* Need definition of INET6 before network headers, for IRIX. */ -#include "autoconf.h" #if defined(HAVE_ARPA_INET_H) #include #endif