(svn r14671) -Fix: compilation was broken for some systems
authorsmatz
Sat, 13 Dec 2008 18:19:44 +0000
changeset 10418 faf551975df7
parent 10417 a1a609566853
child 10419 d9a1fa739477
(svn r14671) -Fix: compilation was broken for some systems
src/network/core/host.cpp
--- a/src/network/core/host.cpp	Sat Dec 13 16:16:44 2008 +0000
+++ b/src/network/core/host.cpp	Sat Dec 13 18:19:44 2008 +0000
@@ -139,6 +139,9 @@
 }
 
 #else /* not HAVE_GETIFADDRS */
+
+#include "../../string_func.h"
+
 static int NetworkFindBroadcastIPsInternal(uint32 *broadcast, int limit) // !GETIFADDRS implementation
 {
 	SOCKET sock = socket(AF_INET, SOCK_DGRAM, 0);