[vlc-devel] commit: Win32 also has and needs fcntl.h (Christophe Mutricy )

git version control git at videolan.org
Wed May 21 21:01:33 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed May 21 20:02:22 2008 +0100| [a159f4795d5eeeca17c600c80fcc8fb823302682]

Win32 also has and needs fcntl.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a159f4795d5eeeca17c600c80fcc8fb823302682
---

 modules/misc/gnutls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c
index 21f6350..629d470 100644
--- a/modules/misc/gnutls.c
+++ b/modules/misc/gnutls.c
@@ -46,8 +46,8 @@
 # include <io.h>
 #else
 # include <unistd.h>
-# include <fcntl.h>
 #endif
+# include <fcntl.h>
 
 
 #include <vlc_tls.h>




More information about the vlc-devel mailing list