From 1ad64fe5991caf659d4d7469a1485ed3e468b764 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Jan 2011 02:29:49 +0100 Subject: [PATCH] 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 --- lib/hdb/hdb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index 1b0468a48..fffda7aef 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -36,6 +36,8 @@ #ifndef __HDB_H__ #define __HDB_H__ +#include + #include #include