283a67980c
Widelands is an economic and military simulation game. The map is shown in parallel perspective with 3-dimensional terrain. Buildings and units are animated. The player controls a tribe. Land is claimed and held by military presence and then used to build an economy to support military expansion and confrontation. The project is a work in progress where much remains to be done; computer players and multiplayer are in very early stages of development. Some features that have already been implemented are exploration, fog of war, sound effects, background music, adjustable simulation speed, a few tutorial campaigns, translations to several languages, and a map editor. feedback & ok jasper@
12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
$OpenBSD: patch-src_network_system_h,v 1.1.1.1 2007/10/01 21:37:28 simon Exp $
|
|
--- src/network_system.h.orig Sun Sep 23 19:42:49 2007
|
|
+++ src/network_system.h Sun Sep 23 19:43:00 2007
|
|
@@ -25,6 +25,7 @@
|
|
// These includes work on Linux and should be fine on any other Unix-alike.
|
|
// If not, this is the right place to conditionally include what is needed.
|
|
#include <sys/ioctl.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
#include <netinet/in.h>
|