summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio/unixcw/files/unixcw-3.2.0-console.patch')
-rw-r--r--media-radio/unixcw/files/unixcw-3.2.0-console.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-radio/unixcw/files/unixcw-3.2.0-console.patch b/media-radio/unixcw/files/unixcw-3.2.0-console.patch
new file mode 100644
index 000000000000..723e39223709
--- /dev/null
+++ b/media-radio/unixcw/files/unixcw-3.2.0-console.patch
@@ -0,0 +1,17 @@
+# add missing headeers
+--- src/libcw/libcw_console.c.orig 2013-02-09 17:20:01.000000000 +0000
++++ src/libcw/libcw_console.c 2013-02-09 17:24:10.000000000 +0000
+@@ -29,6 +29,13 @@
+ #include <sys/ioctl.h>
+ #include <stdio.h>
+ #include <stdbool.h>
++#include <string.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <fcntl.h>
++#include <errno.h>
++#include <assert.h>
++#include <unistd.h>
+
+
+ #if defined(HAVE_SYS_KD_H)