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/23 20:15:46 UTC

mesos git commit: Fixed the build on OSX.

Repository: mesos
Updated Branches:
  refs/heads/master a61c44540 -> 28b71613c


Fixed the build on OSX.


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

Branch: refs/heads/master
Commit: 28b71613c433a8390741acfe52628aa8fcbbd8f4
Parents: a61c445
Author: Jie Yu <yu...@gmail.com>
Authored: Sun Oct 23 13:15:29 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Sun Oct 23 13:15:29 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/28b71613/3rdparty/stout/include/stout/os/strerror.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/os/strerror.hpp b/3rdparty/stout/include/stout/os/strerror.hpp
index f95ff59..a405961 100644
--- a/3rdparty/stout/include/stout/os/strerror.hpp
+++ b/3rdparty/stout/include/stout/os/strerror.hpp
@@ -13,6 +13,7 @@
 #ifndef __STOUT_OS_STRERROR_HPP__
 #define __STOUT_OS_STRERROR_HPP__
 
+#include <errno.h>
 #include <string.h>
 
 #include <string>