changeset 2267:540b0f8ad437 libavformat

MinGW has those include files.
author ramiro
date Mon, 16 Jul 2007 20:30:28 +0000
parents c3d2ed2063a0
children 8064e86dfe77
files os_support.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/os_support.c	Mon Jul 16 20:28:43 2007 +0000
+++ b/os_support.c	Mon Jul 16 20:30:28 2007 +0000
@@ -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__)