]> granicus.if.org Git - curl/commitdiff
polarssl.c: fix header filename typo
authorGisle Vanem <gvanem@broadpark.no>
Fri, 8 Mar 2013 13:02:01 +0000 (14:02 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 8 Mar 2013 13:02:01 +0000 (14:02 +0100)
lib/polarssl.c

index d2a86f91b8cf6c2b20dace56d02a6f0f7658b89d..808f54c243252748066eb7826185d16fbb8c4413 100644 (file)
@@ -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>