mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
74e3bb7a35
QuakeWorld, without loosing any (backwards) compatability. All QuakeWorld clients should be able to connect to an FTE server, and all FTE clients should connect to any other QW server. The FTE client, supports Quake, NetQuake, QuakeWorld, Quake II, Quake III Arena, Hexen 2, Nexuiz and others. WWW: http://fteqw.com/
12 lines
280 B
C
12 lines
280 B
C
--- common/net_wins.c.orig Sun Sep 3 00:25:08 2006
|
|
+++ common/net_wins.c Sun Sep 3 00:26:44 2006
|
|
@@ -23,6 +23,8 @@
|
|
#include "quakedef.h"
|
|
#include "netinc.h"
|
|
|
|
+#include <sys/time.h>
|
|
+
|
|
netadr_t net_local_cl_ipadr;
|
|
netadr_t net_local_cl_ip6adr;
|
|
netadr_t net_local_cl_ipxadr;
|