diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/unixcw/files/patch-src_xcwcp_receiver.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-src_xcwcp_receiver.h b/comms/unixcw/files/patch-src_xcwcp_receiver.h new file mode 100644 index 000000000000..7e2285876361 --- /dev/null +++ b/comms/unixcw/files/patch-src_xcwcp_receiver.h @@ -0,0 +1,12 @@ +--- src/xcwcp/receiver.h.orig 2018-12-20 16:18:13 UTC ++++ src/xcwcp/receiver.h +@@ -21,6 +21,9 @@ + + #include <QMouseEvent> + #include <QKeyEvent> ++#ifdef __FreeBSD__ ++#include <sys/time.h> ++#endif + + + |