From: Daniel Stenberg Date: Sat, 16 Feb 2013 12:56:08 +0000 (+0100) Subject: polarsslthreadlock: #include the proper memory and debug includes X-Git-Tag: curl-7_30_0~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e2e3cb54eff2a597bc7dc195be44d7bb7493562;p=curl polarsslthreadlock: #include the proper memory and debug includes Pointed out by Steve Holme --- diff --git a/lib/polarsslthreadlock.c b/lib/polarsslthreadlock.c index acef2fea0..46d17784f 100755 --- a/lib/polarsslthreadlock.c +++ b/lib/polarsslthreadlock.c @@ -41,6 +41,10 @@ #include "polarsslthreadlock.h" +#include "curl_memory.h" +/* The last #include file should be: */ +#include "memdebug.h" + /* number of thread locks */ #define NUMT 2