summaryrefslogtreecommitdiff
path: root/games/freeciv/files/patch-server_meta.c
blob: 0675a606340acc9a3b724e90174041666c1fad06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- server/meta.c.orig	Thu May  5 22:30:10 2005
+++ server/meta.c	Thu May  5 22:30:28 2005
@@ -21,6 +21,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <sys/types.h>
+
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif