mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-08 01:42:23 +08:00
mdbx: remove unneeded usage of <linux/sysctl.h>
.
Fixed https://github.com/erthink/libmdbx/issues/245
This commit is contained in:
@@ -118,7 +118,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || defined(__gnu_linux__)
|
#if defined(__linux__) || defined(__gnu_linux__)
|
||||||
#include <linux/sysctl.h>
|
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include <sys/sendfile.h>
|
#include <sys/sendfile.h>
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
|
Reference in New Issue
Block a user