blob: 85dd075dfe31c87ae2e0fa50d74889805a2dcac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.3 2004/04/15 12:56:22 xtraeme Exp $
--- sys/xvimage/xvimagesink.h.orig Tue Mar 16 22:51:04 2004
+++ sys/xvimage/xvimagesink.h Tue Mar 16 23:07:39 2004
@@ -23,6 +23,7 @@
#include <gst/video/videosink.h>
#ifdef HAVE_XSHM
+#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#endif /* HAVE_XSHM */
|