mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
649685259c
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
11 lines
325 B
Diff
11 lines
325 B
Diff
--- a/console.h 2013-02-21 16:12:39.418426558 +0100
|
|
+++ b/console.h 2013-02-21 16:12:26.998596846 +0100
|
|
@@ -6,6 +6,8 @@
|
|
#include <winbase.h>
|
|
#endif /* __MINGW32__ */
|
|
|
|
+#include <sys/select.h>
|
|
+
|
|
#define prepareConsole udpc_prepareConsole
|
|
#define getConsoleFd udpc_getConsoleFd
|
|
#define restoreConsole udpc_restoreConsole
|