polarsslthreadlock: #include the proper memory and debug includes
authorDaniel Stenberg <daniel@haxx.se>
Sat, 16 Feb 2013 12:56:08 +0000 (13:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Feb 2013 12:56:08 +0000 (13:56 +0100)
Pointed out by Steve Holme

lib/polarsslthreadlock.c

index acef2fe..46d1778 100755 (executable)
 
 #include "polarsslthreadlock.h"
 
+#include "curl_memory.h"
+/* The last #include file should be: */
+#include "memdebug.h"
+
 /* number of thread locks */
 #define NUMT                    2