# HG changeset patch # User diego # Date 1050880527 0 # Node ID 82f6240091a8e0148d835c52e5c1663176acc5fc # Parent ff5630909aa33ebeb17e1686ccc666d06369dd68 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. diff -r ff5630909aa3 -r 82f6240091a8 libmpdemux/demux_mov.c --- a/libmpdemux/demux_mov.c Sun Apr 20 21:59:29 2003 +0000 +++ b/libmpdemux/demux_mov.c Sun Apr 20 23:15:27 2003 +0000 @@ -44,8 +44,7 @@ #include #endif -// inclusion of fcntl.h cause cygwin gcc crash -#ifndef __CYGWIN__ +#ifndef _FCNTL_H #include #endif