* klist.c: Include autoconf.h first
authorKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:28:30 +0000 (10:28 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:28:30 +0000 (10:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17808 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/klist/ChangeLog
src/clients/klist/klist.c

index 70aa52e126c298a9ff856c9d94a6e57a221dcb93..9fb02568d968867738320d5e434611fae0f97c1c 100644 (file)
@@ -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
index 8a70e06852623b7f7689cd3b6d1b323f2d0f7df4..6cf7ce16aa1c49cf66c007f2dfbab610e312f819 100644 (file)
@@ -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