polarssl.c: fix header filename typo

This commit is contained in:
Gisle Vanem 2013-03-08 14:02:01 +01:00 коммит произвёл Yang Tse
Родитель 70b5173410
Коммит bd649ac1c5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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