1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

comms/unixcw: fix build with GCC-based architectures

PR:		237744
Submitted by:	pkubaj
This commit is contained in:
Yuri Victorovich 2019-05-04 06:02:43 +00:00
parent 4289cd0c36
commit 1c0b5d82a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500780

View File

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