diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-16 13:56:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-16 13:56:08 +0100 |
commit | 5e2e3cb54eff2a597bc7dc195be44d7bb7493562 (patch) | |
tree | 1463d6aab98bc22f87dbc3bb8313b6d1ac9556de /lib | |
parent | 39b79c6b752ede7e7ad522ef0ee1073c01945bbc (diff) |
polarsslthreadlock: #include the proper memory and debug includes
Pointed out by Steve Holme
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 |