Do not enforce all includes to be as plain C because it can lead to FTBFS.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 233f500687)
r14.0.x r14.0.10
Slávek Banko 3 years ago
parent a5638acf73
commit 0438552867
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -19,9 +19,6 @@
#ifndef _mdbtools_h_
#define _mdbtools_h_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@ -38,6 +35,10 @@
#include <iconv.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define MDB_DEBUG 0
#define MDB_PGSIZE 4096

Loading…
Cancel
Save