kdc.h: Include hdb.h first, so kdc.h can be included standalone.

This makes it a bit easier to find libhdb in e.g. configure tests and
is consistent with the main header files for the other Heimdal
libraries, none of which has any prerequisite other headers.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Jelmer Vernooij
2011-01-28 10:55:32 +01:00
committed by Love Hornquist Astrand
parent c5d0acb859
commit e380769729

View File

@@ -41,6 +41,7 @@
#ifndef __KDC_H__
#define __KDC_H__
#include <hdb.h>
#include <krb5.h>
enum krb5_kdc_trpolicy {