me-tv-1.4.0.10-gcc47.patch 643 B

123456789101112131415161718192021222324252627
  1. https://bugs.gentoo.org/452108
  2. common/common.cc | 1 +
  3. server/thread.cc | 1 +
  4. 2 files changed, 2 insertions(+)
  5. --- a/common/common.cc
  6. +++ b/common/common.cc
  7. @@ -18,6 +18,7 @@
  8. * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
  9. */
  10. +#include <unistd.h>
  11. #include "../common/common.h"
  12. #include "../common/i18n.h"
  13. #include "../common/exception.h"
  14. --- a/server/thread.cc
  15. +++ b/server/thread.cc
  16. @@ -18,6 +18,7 @@
  17. * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
  18. */
  19. +#include <unistd.h>
  20. #include "thread.h"
  21. #include "../common/i18n.h"
  22. #include "../common/exception.h"