]> git.sesse.net Git - vlc/commitdiff
Win32 also has and needs fcntl.h
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 21 May 2008 19:02:22 +0000 (20:02 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 21 May 2008 19:02:35 +0000 (20:02 +0100)
modules/misc/gnutls.c

index 21f6350a09f8decaf8386ed9bb83b4e332adc1b7..629d470181a1c8afee09db4076aff6919e6af9bc 100644 (file)
@@ -46,8 +46,8 @@
 # include <io.h>
 #else
 # include <unistd.h>
-# include <fcntl.h>
 #endif
+# include <fcntl.h>
 
 
 #include <vlc_tls.h>