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

fix C/C integration, Windows build

This commit is contained in:
Vladislav Vaintroub
2016-09-05 18:03:23 +00:00
parent 7a787b1e3e
commit 6c582c0c3d
2 changed files with 1 additions and 6 deletions

View File

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