Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Add sys/sysmacros.h for build on modern glibc (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachesis authored and vweevers committed Dec 9, 2018
1 parent e79b82f commit d50ce56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/leveldb/leveldb-rocksdb/util/io_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifdef OS_LINUX
#include <sys/statfs.h>
#include <sys/syscall.h>
#include <sys/sysmacros.h>
#endif
#include "port/port.h"
#include "rocksdb/slice.h"
Expand Down

0 comments on commit d50ce56

Please sign in to comment.