1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/unixcw/files/patch-src_xcwcp_receiver.h
Yuri Victorovich 1c0b5d82a3 comms/unixcw: fix build with GCC-based architectures
PR:		237744
Submitted by:	pkubaj
2019-05-04 06:02:43 +00:00

13 lines
202 B
C

--- 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