]> source.dussan.org Git - tigervnc.git/commitdiff
AI_NUMERICSERV is not available on some systems
authorPierre Ossman <ossman@cendio.se>
Tue, 17 Mar 2015 12:38:59 +0000 (13:38 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 17 Mar 2015 12:38:59 +0000 (13:38 +0100)
common/network/TcpSocket.cxx

index 51989e493392481495d8ce771242da64744d10e2..5ce7bc315ac73a26a20b096225d16f32025f1bda 100644 (file)
   (memcmp ((const void*)(a), (const void*)(b), sizeof (struct in6_addr)) == 0)
 #endif
 
+// Missing on older Windows and OS X
+#ifndef AI_NUMERICSERV
+#define AI_NUMERICSERV 0
+#endif
+
 using namespace network;
 using namespace rdr;