aklog-stds-krb5-order-20060802

kfm needs this first so when you include com_err.h from afs as a side effect of krb5.h we don't explode
This commit is contained in:
Derrick Brashear 2006-08-02 20:49:44 +00:00
parent fd099b3e76
commit aebadcd547
2 changed files with 2 additions and 3 deletions

View File

@ -60,17 +60,16 @@ u_long ntohl(u_long x)
/* #include <krb.h> */
#endif /* 0 */
#include <afs/stds.h>
#include <krb5.h>
#ifdef WINDOWS
#include <afs/stds.h>
#include <afs/auth.h>
#include <rx/rxkad.h>
#include <afs/dirpath.h>
#else /* !WINDOWS */
#include <afs/stds.h>
#ifndef HAVE_KERBEROSV_HEIM_ERR_H
#include <afs/com_err.h>
#endif

View File

@ -22,9 +22,9 @@
#endif /* HAVE_STRINGS_H */
#endif /* HAVE_STRING_H */
#include <afs/stds.h>
#include <krb5.h>
#include <afs/stds.h>
#include <afs/com_err.h>
#include <afs/cellconfig.h>
#include <afs/keys.h>