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/03/24 11:40:37 UTC

mesos git commit: Stout: Added missing include to makefile.

Repository: mesos
Updated Branches:
  refs/heads/master 2c891016c -> 31b8b05ec


Stout: Added missing include to makefile.


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

Branch: refs/heads/master
Commit: 31b8b05ec109f4754af00ac04e72cd63779e2901
Parents: 2c89101
Author: Joris Van Remoortere <jo...@gmail.com>
Authored: Thu Mar 24 11:40:06 2016 +0100
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Thu Mar 24 11:40:06 2016 +0100

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/31b8b05e/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
index 5c9ec52..4caf4d3 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -91,6 +91,7 @@ nobase_include_HEADERS =			\
   stout/os/sendfile.hpp				\
   stout/os/shell.hpp				\
   stout/os/signals.hpp				\
+  stout/os/socket.hpp				\
   stout/os/stat.hpp				\
   stout/os/strerror.hpp				\
   stout/os/su.hpp				\