1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cyassl: include version.h to ensure the version macros are defined

This commit is contained in:
Dan Fandrich 2015-03-23 10:10:03 +01:00
parent 148207e2d7
commit 430006c5e2

View File

@ -47,6 +47,7 @@
#include "curl_memory.h"
#include <cyassl/ssl.h>
#include <cyassl/version.h>
#ifdef HAVE_CYASSL_ERROR_SSL_H
#include <cyassl/error-ssl.h>
#else