diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/polarsslthreadlock.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |