aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2013-03-08 14:02:01 +0100
committerYang Tse <yangsita@gmail.com>2013-03-08 14:02:01 +0100
commitbd649ac1c58b77d1689bcbe0504431c51298a3fd (patch)
tree0ecc0f23239b36269dd8362e39eace28fe744b14
parent70b5173410baaa67ccdb50382870012949549c3d (diff)
polarssl.c: fix header filename typo
-rw-r--r--lib/polarssl.c2
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>