diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-14 22:15:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-15 07:17:43 +0200 |
commit | 59733d911bf9010c7356641d171667a09fc32afb (patch) | |
tree | 115816360a26dbfd783555fa03546c0789a524d1 /source4/heimdal | |
parent | 8d3a2914d8dfae4b9e4e9537aea87748d5456bb4 (diff) | |
download | samba-59733d911bf9010c7356641d171667a09fc32afb.tar.gz samba-59733d911bf9010c7356641d171667a09fc32afb.tar.bz2 samba-59733d911bf9010c7356641d171667a09fc32afb.zip |
heimdal:lib/hdb: <config.h> needs to be the first header
This should fix build problems on AIX.
metze
Diffstat (limited to 'source4/heimdal')
-rw-r--r-- | source4/heimdal/lib/hdb/hdb_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <config.h> + #include <assert.h> #include <heimbase.h> -#include <config.h> - #include <stdio.h> #include <string.h> #include <stdlib.h> |