aboutsummaryrefslogtreecommitdiff
path: root/games/battletanks/files/patch-engine_net_monitor.cpp
blob: a7ebd82650f70fe842dca37370d9b752a69027b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./engine/net/monitor.cpp.orig	2009-10-12 12:34:31.000000000 +0400
+++ ./engine/net/monitor.cpp	2010-04-25 13:10:45.059278180 +0400
@@ -47,6 +47,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>
 #	include <netdb.h>