Skip to content

Commit

Permalink
add <sys/sysmacros.h> to avoid warning with glibc 2.25
Browse files Browse the repository at this point in the history
Summary:
#2152
Closes #2208

Differential Revision: D4945577

Pulled By: lightmark

fbshipit-source-id: 4e679150f2c9443d3be0b6008b26b65fabbda75a
  • Loading branch information
lightmark authored and facebook-github-bot committed Apr 26, 2017
1 parent e5e545a commit 3b4d1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/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 "env/posix_logger.h"
#include "monitoring/iostats_context_imp.h"
Expand Down

0 comments on commit 3b4d1b7

Please sign in to comment.