View | Details | Raw Unified | Return to bug 237744
Collapse All | Expand All

(-)files/patch-src_xcwcp_receiver.h (+12 lines)
Line 0 Link Here
1
--- src/xcwcp/receiver.h.orig	2018-12-20 16:18:13 UTC
2
+++ src/xcwcp/receiver.h
3
@@ -21,6 +21,9 @@
4
 
5
 #include <QMouseEvent>
6
 #include <QKeyEvent>
7
+#ifdef __FreeBSD__
8
+#include <sys/time.h>
9
+#endif
10
 
11
 
12
 

Return to bug 237744