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/08/22 04:54:53 UTC

mesos git commit: Fixed a compilation error on CentOS 6.

Repository: mesos
Updated Branches:
  refs/heads/master 178c1fa22 -> 56af5c025


Fixed a compilation error on CentOS 6.


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

Branch: refs/heads/master
Commit: 56af5c0253bdff7c64db39040327ea07678d8e71
Parents: 178c1fa
Author: Jie Yu <yu...@gmail.com>
Authored: Sun Aug 21 21:54:46 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Sun Aug 21 21:54:46 2016 -0700

----------------------------------------------------------------------
 .../containerizer/mesos/isolators/cgroups/subsystems/memory.cpp    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/56af5c02/src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
index 4c03aef..782c90b 100644
--- a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
+++ b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
@@ -14,6 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include <stdint.h>
+
 #include <sys/user.h>
 
 #include <climits>