From fcfc22f6f644227687614bb4cf71a6f63d52a1e9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Mar 2009 11:17:39 +0100 Subject: qtmux: fix includes for lseek -- --- gst/qtmux/gstqtmux.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/qtmux/gstqtmux.c') diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c index 430e979f..4b4344b0 100644 --- a/gst/qtmux/gstqtmux.c +++ b/gst/qtmux/gstqtmux.c @@ -75,6 +75,7 @@ #include #include +#include #ifdef G_OS_WIN32 #include /* lseek, open, close, read */ #undef lseek @@ -83,6 +84,10 @@ #define off_t guint64 #endif +#ifdef HAVE_UNISTD_H +# include +#endif + #include "gstqtmux.h" GST_DEBUG_CATEGORY_STATIC (gst_qt_mux_debug); -- cgit v1.2.1