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

include stdarg.h (for va_list)

This commit is contained in:
Vladislav Vaintroub
2016-02-29 20:19:58 +01:00
parent ee004a83d3
commit 1eb441693f

View File

@@ -29,6 +29,8 @@ extern "C" {
#define LIBMARIADB
#endif
#include <stdarg.h>
#ifndef _global_h /* If not standard header */
#include <sys/types.h>
typedef char my_bool;