mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
build: avoids compilation problems due to non existence of the lmdb.h
Based on: 56abe98cb8c791812d46c0902b4e742c8c39620e by @phantom-az
This commit is contained in:
parent
8f5c1c3cf6
commit
ecd3fd0dc1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user