mdbx-tests: include <sys/sysmacros.h> for modern glibc.

Change-Id: I9ac297c6c029b2d88faaa84aab5180dc9d6a5d7a
This commit is contained in:
Leo Yuriev 2018-06-21 20:05:09 +03:00
parent 31873e8e2c
commit c381573d1f
9 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#include <pthread.h>

View File

@ -20,6 +20,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -18,6 +18,7 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)

View File

@ -18,6 +18,7 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <sys/sysmacros.h>
#include "mdbx.h"
#define E(expr) CHECK((rc = (expr)) == MDB_SUCCESS, #expr)