[vlc-commits] dvdnav: compilation fix
    Felix Paul Kühne 
    git at videolan.org
       
    Sat May  7 12:23:20 CEST 2011
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May  7 12:23:14 2011 +0200| [6f997bd527547927592d56e4b9776cd532638c1c] | committer: Felix Paul Kühne
dvdnav: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f997bd527547927592d56e4b9776cd532638c1c
---
 modules/access/dvdnav.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index c85378b..7ce239c 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -52,6 +52,7 @@
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif
+#include <errno.h>
 
 #include <vlc_keys.h>
 #include <vlc_iso_lang.h>
    
    
More information about the vlc-commits
mailing list