build: avoids compilation problems due to non existence of the lmdb.h

Based on: 56abe98cb8c791812d46c0902b4e742c8c39620e by @phantom-az
This commit is contained in:
Felipe Zimmerle 2016-09-22 10:28:45 -03:00
parent 8f5c1c3cf6
commit ecd3fd0dc1
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -23,8 +23,10 @@
#include <algorithm>
#endif
#ifdef WITH_LMDB
#include <lmdb.h>
#include <semaphore.h>
#endif // WITH_LMDB
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>