access_output_file: fix compilation on OS/2
commit5520cd1f371b6b6bc033461a5fd5e93251b0dafa
authorKO Myung-Hun <komh78@gmail.com>
Fri, 29 May 2015 03:20:25 +0000 (29 12:20 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 5 Jun 2015 13:44:36 +0000 (5 15:44 +0200)
treef4400e23266b4fb5ba6f9bf0551d25173ab83174
parent0e1ed1b53a0f939ad31eb55830cc9ba3c9ffec93
access_output_file: fix compilation on OS/2

-----
  CC       access_output/file.lo
access_output/file.c: In function 'Open':
access_output/file.c:288:9: error: implicit declaration of function 'setmode' [-Werror=implicit-function-declaration]
         setmode (STDOUT_FILENO, O_BINARY);
         ^
cc1.exe: some warnings being treated as errors
make.exe[4]: *** [access_output/file.lo] Error 1
-----

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access_output/file.c