ports/games/pioneers/files/patch-meta-server_main.c
Dejan Lesjak 749e7d4b51 Gnocatan has been renamed to Pioneers and the project moved due to legal
concerns regarding the name.
Release notes of Pioneers 0.9.19:
http://sourceforge.net/project/shownotes.php?release_id=250713

PR:		ports/83916
Submitted by:	Stefan Walter (maintainer)
Repocopy by:	marcus
2005-07-31 20:07:38 +00:00

14 lines
352 B
C

--- meta-server/main.c.orig Fri Jul 22 17:08:33 2005
+++ meta-server/main.c Fri Jul 22 17:10:56 2005
@@ -29,9 +29,11 @@
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
+#include <netinet/in.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/wait.h>
+#include <sys/socket.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <netdb.h>