diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 19:23:36 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 19:23:36 +0000 |
commit | 8033da767dbbecc06c2fc19546cf5d1b762768bf (patch) | |
tree | 7a60920172591d710c58f936def76520d6afa61f /src/libffmpeg/xine_encoder.c | |
parent | 119103cdea84269889c852d2451d7aef4fb3be6c (diff) | |
download | xine-lib-8033da767dbbecc06c2fc19546cf5d1b762768bf.tar.gz xine-lib-8033da767dbbecc06c2fc19546cf5d1b762768bf.tar.bz2 |
including <unistd.h>, which has been removed from the global headers
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
Diffstat (limited to 'src/libffmpeg/xine_encoder.c')
-rw-r--r-- | src/libffmpeg/xine_encoder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/xine_encoder.c b/src/libffmpeg/xine_encoder.c index e6d4da926..7cae08590 100644 --- a/src/libffmpeg/xine_encoder.c +++ b/src/libffmpeg/xine_encoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_encoder.c,v 1.18 2004/08/16 15:31:23 mroi Exp $ + * $Id: xine_encoder.c,v 1.19 2004/09/12 19:23:37 mroi Exp $ */ /* mpeg encoders for the dxr3 video out plugin. */ @@ -30,6 +30,7 @@ #include <stdlib.h> #include <sys/ioctl.h> #include <fcntl.h> +#include <unistd.h> #include <errno.h> #include <math.h> |