sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)

Original commit message from CVS:
* sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
* sys/xvimage/xvimagesink.h: same
This commit is contained in:
David Schleef 2004-04-16 23:42:12 +00:00
parent f9e831a09b
commit 4bdad4d6a9
3 changed files with 7 additions and 0 deletions

View file

@ -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):

View 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 */

View 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 */