src/Network/Error.cc
changeset 423 947ab54de4b7
parent 381 9b35bc329d23
--- a/src/Network/Error.cc	Thu Jan 22 03:19:25 2009 +0200
+++ b/src/Network/Error.cc	Thu Jan 22 03:53:17 2009 +0200
@@ -1,7 +1,7 @@
 
 #include "Error.hh"
+#include "Platform.hh"
 
-#include <cerrno>
 #include <sstream>
 
 std::string NetworkErrno::build_str (std::string op, int err) {