summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-07-16 20:30:28 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-07-16 20:30:28 +0000
commit1fc44ed69e009553a5fb2c703f0d60a81d2755ed (patch)
tree44fe97b69446b4cb35bdd29c43d30787bbf8596a /libavformat/os_support.c
parent82e4ac2c97a1ed1e89f54b33dba502d5baaa61ab (diff)
MinGW has those include files.
Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r--libavformat/os_support.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c
index 5a8bb9ecd1..e28a7bc748 100644
--- a/libavformat/os_support.c
+++ b/libavformat/os_support.c
@@ -21,10 +21,8 @@
*/
#include "config.h"
#include "avformat.h"
-#if !defined(__MINGW32__)
#include <unistd.h>
#include <fcntl.h>
-#endif
#ifndef HAVE_SYS_POLL_H
#if defined(__MINGW32__)