From 59733d911bf9010c7356641d171667a09fc32afb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 14 Jun 2012 22:15:24 +0200 Subject: heimdal:lib/hdb: needs to be the first header This should fix build problems on AIX. metze --- source4/heimdal/lib/hdb/hdb_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal') diff --git a/source4/heimdal/lib/hdb/hdb_locl.h b/source4/heimdal/lib/hdb/hdb_locl.h index c210b98b84..fd7b1849da 100644 --- a/source4/heimdal/lib/hdb/hdb_locl.h +++ b/source4/heimdal/lib/hdb/hdb_locl.h @@ -36,11 +36,11 @@ #ifndef __HDB_LOCL_H__ #define __HDB_LOCL_H__ +#include + #include #include -#include - #include #include #include -- cgit