mosh: Fix compilation with libcxx

Partial backport of upstream patch.``

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-12-13 21:54:01 -08:00
parent 77a1b3ba60
commit 3bfbb7d1db
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
--- a/src/network/network.cc
+++ b/src/network/network.cc
@@ -60,7 +60,6 @@
#define AI_NUMERICSERV 0
#endif
-using namespace std;
using namespace Network;
using namespace Crypto;