diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:44:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:44:20 +0100 |
commit | 2fe137e7bce425adf9cc64664eb493dfa8a7e885 (patch) | |
tree | aeb63d186122d16be6abd41160bf959833ff0e6e /source4/heimdal/lib | |
parent | d129507ee472b884d42d1bf301be6f235b0ac5a7 (diff) | |
download | samba-2fe137e7bce425adf9cc64664eb493dfa8a7e885.tar.gz |
heimdal:hdb: always include "config.h" first
metze
Diffstat (limited to 'source4/heimdal/lib')
-rw-r--r-- | source4/heimdal/lib/hdb/hdb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hdb/hdb.c b/source4/heimdal/lib/hdb/hdb.c index 15a1024267f..ad2c35a43a5 100644 --- a/source4/heimdal/lib/hdb/hdb.c +++ b/source4/heimdal/lib/hdb/hdb.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "krb5.h" #include "krb5_locl.h" #include "hdb_locl.h" |