1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Build remote_io as dynamic plugin to avoid build problems on several

machines with broken OpenSSL installation
This commit is contained in:
Georg Richter
2016-03-02 16:43:39 +01:00
parent ea0f2e68af
commit 0a187a0c3b
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <tap.h>
#include "ma_getopt.h"
#include <memory.h>
#include <string.h>
#include <ma_errmsg.h>
#ifndef WIN32