aboutsummaryrefslogtreecommitdiff
path: root/games/battletanks/files/patch-engine_net_scanner.cpp
blob: 066e48cd395a9a98884373a9705a9a91d5a32f47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./engine/net/scanner.cpp.orig	2009-12-25 16:40:23.000000000 +0300
+++ ./engine/net/scanner.cpp	2010-04-25 13:10:51.760938402 +0400
@@ -15,6 +15,7 @@
 #else
 #	include <sys/socket.h>
 #	include <netinet/in.h>
+#	include <netinet/in_systm.h>
 #	include <netinet/ip.h> /* superset of previous */
 #	include <arpa/inet.h>
 #endif