diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2013-03-08 14:02:01 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-08 14:02:01 +0100 |
commit | bd649ac1c58b77d1689bcbe0504431c51298a3fd (patch) | |
tree | 0ecc0f23239b36269dd8362e39eace28fe744b14 /lib | |
parent | 70b5173410baaa67ccdb50382870012949549c3d (diff) |
polarssl.c: fix header filename typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/polarssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/polarssl.c b/lib/polarssl.c index d2a86f91b..808f54c24 100644 --- a/lib/polarssl.c +++ b/lib/polarssl.c @@ -66,7 +66,7 @@ #include "connect.h" /* for the connect timeout */ #include "select.h" #include "rawstr.h" -#include "polarsslthreadlock.h" +#include "polarssl_threadlock.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |