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 12:06:26 UTC

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

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


Stout: Added missing includes to makefile.


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

Branch: refs/heads/master
Commit: b87f01b859af0b39bcda0dce58080ea1ed6560db
Parents: 31b8b05
Author: Joris Van Remoortere <jo...@gmail.com>
Authored: Thu Mar 24 12:02:01 2016 +0100
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Thu Mar 24 12:02:01 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b87f01b8/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 4caf4d3..6606e60 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -115,6 +115,7 @@ nobase_include_HEADERS =			\
   stout/os/posix/sendfile.hpp			\
   stout/os/posix/shell.hpp			\
   stout/os/posix/signals.hpp			\
+  stout/os/posix/socket.hpp			\
   stout/os/posix/stat.hpp			\
   stout/os/posix/su.hpp				\
   stout/os/posix/write.hpp			\
@@ -134,6 +135,7 @@ nobase_include_HEADERS =			\
   stout/os/windows/sendfile.hpp			\
   stout/os/windows/shell.hpp			\
   stout/os/windows/signals.hpp			\
+  stout/os/windows/socket.hpp			\
   stout/os/windows/stat.hpp			\
   stout/os/windows/su.hpp			\
   stout/os/windows/write.hpp			\