From 5e2e3cb54eff2a597bc7dc195be44d7bb7493562 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 16 Feb 2013 13:56:08 +0100 Subject: polarsslthreadlock: #include the proper memory and debug includes Pointed out by Steve Holme --- lib/polarsslthreadlock.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3