Fix compilation failure on FreeBSD using gcc4.x

(clang & gcc5 worked fine...)
master
Rogier 2016-06-29 22:30:29 +02:00
parent 5629ac22df
commit 1ea50597a9
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
(e.g. on non-rpm systems...)
- Workaround to allow compilation with clang when using leveldb.
This is broken due to libstdc++ ABI incompatibility
- Fixed compilation failure on FreeBSD (10.3) using gcc
[31 May 2016]
Features:
- Support for postgresql backend added

View File

@ -6,6 +6,7 @@
#include <sstream>
#include <iostream>
#include <langinfo.h>
#include <cerrno>
#define ICONV_BUFSIZE 16