summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins/patches/patch-ab
blob: 72ed06e10aad7bffde725ea976679bf1c76057a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ab,v 1.10 2005/11/02 15:09:07 joerg Exp $

--- gst/librfb/gstrfbsrc.c.orig	2005-05-17 08:41:44.000000000 +0000
+++ gst/librfb/gstrfbsrc.c
@@ -22,11 +22,16 @@
 #include "config.h"
 #endif
 
+#if defined(__DragonFly__)
+#include <sys/time.h>
+#endif
+
 #include <gst/gst.h>
 #include <gst/video/video.h>
 
 #include <string.h>
 #include <stdlib.h>
+#include <time.h>
 #include <unistd.h>
 
 #include <librfb/rfb.h>