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

[2/4] mesos git commit: Windows: Fixed header in stout/wait.hpp.

Windows: Fixed header in stout/wait.hpp.


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

Branch: refs/heads/master
Commit: 6388b76d98c316680c37f2cd8bd43b353cd1790b
Parents: 328c6f3
Author: Joseph Wu <jo...@apache.org>
Authored: Thu Oct 13 16:09:32 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Thu Oct 13 17:36:46 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6388b76d/3rdparty/stout/include/stout/os/wait.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/os/wait.hpp b/3rdparty/stout/include/stout/os/wait.hpp
index 06cf10c..5f6483c 100644
--- a/3rdparty/stout/include/stout/os/wait.hpp
+++ b/3rdparty/stout/include/stout/os/wait.hpp
@@ -16,7 +16,7 @@
 #ifdef __WINDOWS__
 // TODO(klueska): Move all `WAIT` related functions out of
 // `windows.hpp` and into this file.
-#include <windows.hpp>
+#include <stout/windows.hpp>
 #else
 #include <sys/wait.h>
 #endif // __WINDOWS__