mdbx: fix pthread_yield() for non-GLIBC.

Change-Id: I080e37a42b62e524896dea8747e9f23e2fcd584f
This commit is contained in:
Leonid Yuriev
2020-10-06 00:28:12 +03:00
parent 787eaaa373
commit fe65c122d2
2 changed files with 4 additions and 1 deletions

View File

@@ -119,6 +119,7 @@
#if defined(__linux__) || defined(__gnu_linux__)
#include <linux/sysctl.h>
#include <sched.h>
#include <sys/sendfile.h>
#include <sys/statfs.h>
#endif /* Linux */