You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/07/01 01:58:55 UTC

mesos git commit: Fixed Mac OS build.

Repository: mesos
Updated Branches:
  refs/heads/master 97138fbb2 -> 6619503c0


Fixed Mac OS build.

Review: https://reviews.apache.org/r/49485/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6619503c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6619503c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6619503c

Branch: refs/heads/master
Commit: 6619503c0b6f9c83a4af24c5d3556d4ee68d0e65
Parents: 97138fb
Author: Guangya Liu <gy...@gmail.com>
Authored: Thu Jun 30 18:58:30 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Thu Jun 30 18:58:30 2016 -0700

----------------------------------------------------------------------
 src/tests/gc_tests.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6619503c/src/tests/gc_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/gc_tests.cpp b/src/tests/gc_tests.cpp
index f993d5c..2e23f04 100644
--- a/src/tests/gc_tests.cpp
+++ b/src/tests/gc_tests.cpp
@@ -39,7 +39,9 @@
 #include <stout/os.hpp>
 #include <stout/path.hpp>
 
+#ifdef __linux__
 #include "linux/fs.hpp"
+#endif
 
 #include "logging/logging.hpp"