From 9bb1bd31c8a26090a82849ca1fa2ae17dd95afc0 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Apr 2003 23:15:27 +0000 Subject: Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from crashing. Also Fixes compilation with --disable-streaming on Cygwin gcc 3.2 where the include appears to be needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9952 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_mov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmpdemux') diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c index 73a857ba5c..c32f88ff61 100644 --- a/libmpdemux/demux_mov.c +++ b/libmpdemux/demux_mov.c @@ -44,8 +44,7 @@ #include #endif -// inclusion of fcntl.h cause cygwin gcc crash -#ifndef __CYGWIN__ +#ifndef _FCNTL_H #include #endif -- cgit v1.2.3