summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-26 06:32:24 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:36 +0100
commit9fe133ffc69e34e843045abbc41e7b3faad2724a (patch)
tree1e13c90d9a5905ab5e2ccd1a8a6ab36118bd31a9 /source4/heimdal
parentdc8ece0e26f49618232a78c1d2c4d97454633bde (diff)
downloadsamba-9fe133ffc69e34e843045abbc41e7b3faad2724a.tar.gz
samba-9fe133ffc69e34e843045abbc41e7b3faad2724a.tar.bz2
samba-9fe133ffc69e34e843045abbc41e7b3faad2724a.zip
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/heimdal')
-rw-r--r--source4/heimdal/lib/hcrypto/evp.c4
-rw-r--r--source4/heimdal/lib/hcrypto/hmac.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hcrypto/evp.c b/source4/heimdal/lib/hcrypto/evp.c
index 34480dbe7e..19b0ac85e7 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 b8156e38d4..6c59758b11 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>