1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/games/atr3d/files/patch-netconfig.h
Sergey A. Osokin 872ee29b5f New port: 3D asteroids-like multiplayer game
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		53194
Approved by:	fjoe (implicit)
2003-06-14 19:03:21 +00:00

9 lines
222 B
C

--- netconfig.h.orig Wed Jun 11 11:20:08 2003
+++ netconfig.h Wed Jun 11 11:20:31 2003
@@ -1,3 +1,5 @@
+#include <unistd.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>