From 0c331b899985cd9e805b60d2b68001dfdda11559 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 1 Apr 2016 13:21:12 +0100 Subject: memdebug: Ensure curl/curl.h is included before curl_memory.h Follow up to commit 7db9782dd6. --- lib/md5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/md5.c') diff --git a/lib/md5.c b/lib/md5.c index 6df07dc06..84adb9926 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -24,6 +24,8 @@ #ifndef CURL_DISABLE_CRYPTO_AUTH +#include + #include "curl_md5.h" #include "curl_hmac.h" #include "warnless.h" -- cgit v1.2.3