heimdal:lib/hdb: <config.h> needs to be the first header
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2012 20:15:24 +0000 (22:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Jun 2012 05:17:43 +0000 (07:17 +0200)
This should fix build problems on AIX.

metze

source4/heimdal/lib/hdb/hdb_locl.h

index c210b98b84a89d7cfae605232b58aaae097eb018..fd7b1849daee2795a28d3cf2df05927f74bc1fdc 100644 (file)
 #ifndef __HDB_LOCL_H__
 #define __HDB_LOCL_H__
 
+#include <config.h>
+
 #include <assert.h>
 #include <heimbase.h>
 
-#include <config.h>
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>