diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-26 06:32:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:36 +0100 |
commit | 9fe133ffc69e34e843045abbc41e7b3faad2724a (patch) | |
tree | 1e13c90d9a5905ab5e2ccd1a8a6ab36118bd31a9 /source4 | |
parent | dc8ece0e26f49618232a78c1d2c4d97454633bde (diff) | |
download | samba-9fe133ffc69e34e843045abbc41e7b3faad2724a.tar.gz |
r25738: always include config.h first.
this needs merging to heimdal and lorikeet-heimdal
metze
(This used to be commit c2c2c991c7f568af833f10d8cf0946d90b097fab)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/lib/hcrypto/evp.c | 4 | ||||
-rw-r--r-- | source4/heimdal/lib/hcrypto/hmac.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hcrypto/evp.c b/source4/heimdal/lib/hcrypto/evp.c index 34480dbe7e8..19b0ac85e7a 100644 --- a/source4/heimdal/lib/hcrypto/evp.c +++ b/source4/heimdal/lib/hcrypto/evp.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <sys/types.h> #include <stdio.h> #include <stdlib.h> diff --git a/source4/heimdal/lib/hcrypto/hmac.c b/source4/heimdal/lib/hcrypto/hmac.c index b8156e38d44..6c59758b11c 100644 --- a/source4/heimdal/lib/hcrypto/hmac.c +++ b/source4/heimdal/lib/hcrypto/hmac.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <sys/types.h> #include <stdio.h> #include <stdlib.h> |