diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-16 18:46:03 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:58:10 -0600 |
commit | 649685259c5bf0ab4b43aa2233a4397f0636b9af (patch) | |
tree | 8a6e85a503593e274c1f8b50bf9c35c5cab54e56 /network/udpcast/udpcast_include.patch | |
parent | 7ae7447671c10e20d71b34bec5cbb553d70f0d9a (diff) | |
download | slackbuilds-649685259c5bf0ab4b43aa2233a4397f0636b9af.tar.gz |
network/udpcast: Add patch for missing include.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network/udpcast/udpcast_include.patch')
-rw-r--r-- | network/udpcast/udpcast_include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/udpcast/udpcast_include.patch b/network/udpcast/udpcast_include.patch new file mode 100644 index 0000000000..b911950408 --- /dev/null +++ b/network/udpcast/udpcast_include.patch @@ -0,0 +1,11 @@ +--- 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 |