summaryrefslogtreecommitdiff
path: root/net/udpcast/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-02-18 13:59:01 +0000
committerjoerg <joerg@pkgsrc.org>2017-02-18 13:59:01 +0000
commitfaf48bb04c9951dadd7d1a16e188e6e417d59906 (patch)
tree52272a69d6374f4d767c3da6efa2aa670285f7e1 /net/udpcast/patches
parent8ef4a0e2952aa903aba72855bdacf272b13cd371 (diff)
downloadpkgsrc-faf48bb04c9951dadd7d1a16e188e6e417d59906.tar.gz
Fix missing include.
Diffstat (limited to 'net/udpcast/patches')
-rw-r--r--net/udpcast/patches/patch-console.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/udpcast/patches/patch-console.h b/net/udpcast/patches/patch-console.h
new file mode 100644
index 00000000000..9203682407b
--- /dev/null
+++ b/net/udpcast/patches/patch-console.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-console.h,v 1.1 2017/02/18 13:59:01 joerg Exp $
+
+--- console.h.orig 2017-02-18 01:54:31.092565508 +0000
++++ console.h
+@@ -1,6 +1,7 @@
+ #ifndef CONSOLE_H
+ #define CONSOLE_H
+
++#include <sys/time.h>
+ #ifdef __MINGW32__
+ #include <winsock2.h>
+ #include <winbase.h>