summaryrefslogtreecommitdiffstats
path: root/src/clients/klist
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-30 10:28:30 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-30 10:28:30 +0000
commit5f64ac8fe79dc9668c9a0015b38f64c86f91a01e (patch)
tree6733253a41fc24ee9be6d6c89b56b1ea83f73fe2 /src/clients/klist
parentcd23bb8f6899b8c5f251856134d94943a1e3b0cf (diff)
downloadkrb5-5f64ac8fe79dc9668c9a0015b38f64c86f91a01e.tar.gz
krb5-5f64ac8fe79dc9668c9a0015b38f64c86f91a01e.tar.xz
krb5-5f64ac8fe79dc9668c9a0015b38f64c86f91a01e.zip
* klist.c: Include autoconf.h first
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17808 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/klist')
-rw-r--r--src/clients/klist/ChangeLog4
-rw-r--r--src/clients/klist/klist.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog
index 70aa52e12..9fb02568d 100644
--- a/src/clients/klist/ChangeLog
+++ b/src/clients/klist/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-30 Ken Raeburn <raeburn@mit.edu>
+
+ * klist.c: Include autoconf.h first.
+
2005-01-04 Jeffrey Altman <jaltman@mit.edu>
* Makefile.in: add support library to klist dependencies
diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c
index 8a70e0685..6cf7ce16a 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 <krb5.h>
#ifdef KRB5_KRB4_COMPAT
#include <kerberosIV/krb.h>
@@ -40,7 +41,6 @@
#include <stdio.h>
#include <time.h>
/* Need definition of INET6 before network headers, for IRIX. */
-#include "autoconf.h"
#if defined(HAVE_ARPA_INET_H)
#include <arpa/inet.h>
#endif