diff options
-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> |