polarssl.c: fix header filename typo

This commit is contained in:
Gisle Vanem
2013-03-08 14:02:01 +01:00
committed by Yang Tse
parent 70b5173410
commit bd649ac1c5

View 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>