From f2f21cea26859619241b02cd06de78653df5c37c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 19 Apr 2019 15:52:06 -0400 Subject: [PATCH] still trying to get curl to work --- afsk/ax25.c | 1 + 1 file changed, 1 insertion(+) diff --git a/afsk/ax25.c b/afsk/ax25.c index 8b42ca90..c41f52a6 100644 --- a/afsk/ax25.c +++ b/afsk/ax25.c @@ -119,6 +119,7 @@ int ax25_tx_frame(ax25_conf_t *hax25, ax5043_conf_t *hax, CURL *curl; CURLcode res; + curl_global_init(CURL_GLOBAL_ALL); curl = curl_easy_init(); if(curl) { //curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");