mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
9ecfab52b8
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>
12 lines
265 B
C++
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
|