-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9318/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
Description
-------
GCC 4.7 resolved some namespace polution issues by no longer including
unistd.h in many of the stdlib include files.
- Explicitly include unistd.h to call sleep() and resolve build issue.
This addresses bug MESOS-271.
https://issues.apache.org/jira/browse/MESOS-271
Diffs
-----
src/examples/long_lived_executor.cpp bb38873
Diff: https://reviews.apache.org/r/9318/diff/
Testing
-------
make check passes
Thanks,
David Mackey