From 9fe133ffc69e34e843045abbc41e7b3faad2724a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 26 Oct 2007 06:32:24 +0200 Subject: r25738: always include config.h first. this needs merging to heimdal and lorikeet-heimdal metze (This used to be commit c2c2c991c7f568af833f10d8cf0946d90b097fab) --- source4/heimdal/lib/hcrypto/evp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal/lib/hcrypto/evp.c') 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 #include #include -- cgit