]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket_udp.cxx
Merge branch 'next' of git@gitorious.org:fg/simgear into next
[simgear.git] / simgear / io / sg_socket_udp.cxx
index 97f0d8e00875cc1d5b60fca12d32596b1935758a..2d2971540f3b698538347154759044a7930995fb 100644 (file)
 
 #include <simgear/compiler.h>
 
-#if defined( sgi )
-#include <strings.h>
-#endif
-
 #include <simgear/debug/logstream.hxx>
 
 #include "sg_socket_udp.hxx"
 
+#include <cstring>
+#include <cstdlib> // for atoi
 
 SGSocketUDP::SGSocketUDP( const string& host, const string& port ) :
     hostname(host),