From: Ezra Peisach Date: Wed, 28 Feb 1996 18:08:51 +0000 (+0000) Subject: Move com_err.h after k5-int.h include so that autoconf.h is included X-Git-Tag: krb5-1.0-beta6~428 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04f9e4057f976060930d2b3c40330513f55f680a;p=krb5.git Move com_err.h after k5-int.h include so that autoconf.h is included which handles the varargs issue. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7571 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index e22de68b8..ec59d747a 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 28 13:07:28 1996 Ezra Peisach + + * main.c: Move com_err.h after k5-int.h include. + Tue Feb 27 17:33:44 1996 Richard Basch * main.c: diff --git a/src/kdc/main.c b/src/kdc/main.c index 960ecdf95..bd4aba9d2 100644 --- a/src/kdc/main.c +++ b/src/kdc/main.c @@ -29,8 +29,8 @@ #include #include -#include "com_err.h" #include "k5-int.h" +#include "com_err.h" #include "adm.h" #include "adm_proto.h" #include "kdc_util.h"