Move com_err.h after k5-int.h include so that autoconf.h is included
authorEzra Peisach <epeisach@mit.edu>
Wed, 28 Feb 1996 18:08:51 +0000 (18:08 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 28 Feb 1996 18:08:51 +0000 (18:08 +0000)
which handles the varargs issue.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7571 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/main.c

index e22de68b89766dfd9849b7c8c17fbe9bbfed8114..ec59d747ae5479e019e2b7fc6d77aa9ad632c3d5 100644 (file)
@@ -1,3 +1,7 @@
+Wed Feb 28 13:07:28 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * main.c: Move com_err.h after k5-int.h include.
+
 Tue Feb 27 17:33:44 1996  Richard Basch  <basch@lehman.com>
 
        * main.c:
index 960ecdf954b9991896cfda755b6188ff3f89cb25..bd4aba9d222715e96bf313c903b3561bcc7122d6 100644 (file)
@@ -29,8 +29,8 @@
 #include <errno.h>
 #include <netdb.h>
 
-#include "com_err.h"
 #include "k5-int.h"
+#include "com_err.h"
 #include "adm.h"
 #include "adm_proto.h"
 #include "kdc_util.h"