sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
authorDavid Schleef <ds@schleef.org>
Fri, 16 Apr 2004 23:42:12 +0000 (23:42 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 16 Apr 2004 23:42:12 +0000 (23:42 +0000)
Original commit message from CVS:
* sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
* sys/xvimage/xvimagesink.h: same

ChangeLog
sys/ximage/ximagesink.h
sys/xvimage/xvimagesink.h

index 96a8900..8a9ce59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-16  David Schleef  <ds@schleef.org>
+
+       * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
+       * sys/xvimage/xvimagesink.h: same
+
 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
index 64e1d9f..bfacf60 100644 (file)
@@ -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 */
index 5f5dd9e..17c9001 100644 (file)
@@ -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 */