You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/10/14 22:32:36 UTC

mesos git commit: Added "os/wait.hpp" to stout's "os.hpp" header.

Repository: mesos
Updated Branches:
  refs/heads/master c5ec87e8d -> 3a143b155


Added "os/wait.hpp" to stout's "os.hpp" header.

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


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

Branch: refs/heads/master
Commit: 3a143b1553e55de9ce98791836a80e08e1e83ad2
Parents: c5ec87e
Author: Kevin Klues <kl...@gmail.com>
Authored: Fri Oct 14 15:32:29 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Oct 14 15:32:29 2016 -0700

----------------------------------------------------------------------
 3rdparty/stout/include/stout/os.hpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3a143b15/3rdparty/stout/include/stout/os.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/os.hpp b/3rdparty/stout/include/stout/os.hpp
index c38e434..96e8621 100644
--- a/3rdparty/stout/include/stout/os.hpp
+++ b/3rdparty/stout/include/stout/os.hpp
@@ -63,6 +63,7 @@
 #include <stout/os/su.hpp>
 #include <stout/os/touch.hpp>
 #include <stout/os/utime.hpp>
+#include <stout/os/wait.hpp>
 
 #include <stout/os/raw/argv.hpp>
 #include <stout/os/raw/environment.hpp>