You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2017/12/09 02:36:13 UTC

[11/11] mesos git commit: Included `stout/os/ftruncate.hpp` to fix build failure.

Included `stout/os/ftruncate.hpp` to fix build failure.

The `stout/os.hpp` file for Windows does not include `ftruncate.hpp`,
but it was used so it needs to be included.


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

Branch: refs/heads/master
Commit: 2fed8cc85e645c7a972a021e2b38c53034d9253e
Parents: 4c5b8cf
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Fri Dec 8 17:27:54 2017 -0800
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Fri Dec 8 17:27:54 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2fed8cc8/src/tests/offer_operation_status_update_manager_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/offer_operation_status_update_manager_tests.cpp b/src/tests/offer_operation_status_update_manager_tests.cpp
index a31a525..a5327d3 100644
--- a/src/tests/offer_operation_status_update_manager_tests.cpp
+++ b/src/tests/offer_operation_status_update_manager_tests.cpp
@@ -31,6 +31,8 @@
 #include <stout/protobuf.hpp>
 #include <stout/uuid.hpp>
 
+#include <stout/os/ftruncate.hpp>
+
 #include "slave/constants.hpp"
 
 #include "tests/mesos.hpp"