1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/tetrinet/files/patch-ab
Peter Pentchev f2e96a5f19 Add tetrinet, a very popular Tetris-like multiplayer game with extras.
PR:		25310
Submitted by:	Fredrik Carlsson <fredrik@wasadata.com>
2001-03-05 13:57:25 +00:00

23 lines
487 B
Plaintext

--- server.c.old Sun Mar 4 17:57:08 2001
+++ server.c Sun Mar 4 17:57:44 2001
@@ -4,6 +4,10 @@
* Tetrinet server code
*/
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/time.h>
+
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
@@ -14,8 +18,6 @@
* reason to not use glibc. */
/* #include <netinet/protocols.h> */
#include <signal.h>
-#include <sys/socket.h>
-#include <sys/time.h>
#include "tetrinet.h"
#include "tetris.h"
#include "server.h"