aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/axtls.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2015-03-19 10:11:17 +0100
committerDan Fandrich <dan@coneharvesters.com>2015-03-19 10:11:17 +0100
commit9e66d3f4d3c0a5507943a2ee90c8fec4aae88168 (patch)
tree3e3f14e42f1730437cf4cba9ed8e2b9876af6280 /lib/vtls/axtls.c
parent1977ff811d361d97f1c195c60b9a2dc94b9ebc59 (diff)
axtls: version 1.5.2 now requires that config.h be manually included
Diffstat (limited to 'lib/vtls/axtls.c')
-rw-r--r--lib/vtls/axtls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c
index 4907d2075..930136a23 100644
--- a/lib/vtls/axtls.c
+++ b/lib/vtls/axtls.c
@@ -29,6 +29,7 @@
#include "curl_setup.h"
#ifdef USE_AXTLS
+#include <axTLS/config.h>
#include <axTLS/ssl.h>
#include "axtls.h"