1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/games/tsito/files/patch-src-Interface.cpp
Pav Lucistnik 9ecfab52b8 Tsito plays XiangQi (Chinese Chess) against the user or it referees two
players. It can be used on the console (or an xterm) or can communicate through
pipes to a GUI frontend. If used in a console it uses ASCII characters to
display the board on the screen.

PR:		ports/72705
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-10-15 23:49:06 +00:00

12 lines
265 B
C++

--- src/Interface.cpp.orig Mon Jun 9 21:07:05 2003
+++ src/Interface.cpp Sat Oct 16 01:43:23 2004
@@ -5,6 +5,8 @@
#include <windows.h>
#include <conio.h>
#else
+#include <sys/types.h>
+#include <sys/time.h>
#include <sys/select.h>
#include <unistd.h>
#endif