hdb.h: Include krb5.h first, so hdb.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-01 02:29:49 +01:00
committed by Love Hornquist Astrand
parent 1bc55fab42
commit 1ad64fe599

View File

@@ -36,6 +36,8 @@
#ifndef __HDB_H__ #ifndef __HDB_H__
#define __HDB_H__ #define __HDB_H__
#include <krb5.h>
#include <hdb_err.h> #include <hdb_err.h>
#include <heim_asn1.h> #include <heim_asn1.h>