1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/battletanks/files/patch-engine_net_monitor.cpp

11 lines
343 B
C++

--- ./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>