mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
1c0b5d82a3
PR: 237744 Submitted by: pkubaj
13 lines
202 B
C
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
|
|
|
|
|
|
|