From 51e307a74296fa30464ff02df695451e79de5e5a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 23 Aug 2011 10:25:17 +0100 Subject: [PATCH] Make errno dependency explicit, since raw_socket.hxx won't expose it, soon. --- src/MultiPlayer/multiplaymgr.cxx | 1 + src/Network/props.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index 5683a58d9..c94ea8466 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include // isNaN #include diff --git a/src/Network/props.cxx b/src/Network/props.cxx index 10befcab8..ac1b6ee97 100644 --- a/src/Network/props.cxx +++ b/src/Network/props.cxx @@ -36,6 +36,7 @@ #include #include +#include #include
#include