[libdvdcss-devel] Win32: correct include for lseeki64

Jean-Baptiste Kempf git at videolan.org
Thu Feb 14 01:02:00 CET 2013


libdvdcss | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 14 01:00:39 2013 +0100| [d08ae210cac8a07ef80b361aaa6becb268e75a1f] | committer: Jean-Baptiste Kempf

Win32: correct include for lseeki64

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

 src/common.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/common.h b/src/common.h
index c9e8351..be305a3 100644
--- a/src/common.h
+++ b/src/common.h
@@ -43,6 +43,7 @@
 #endif
 
 #if defined( WIN32 )
+#   include <io.h>                                             /* _lseeki64 */
 
 #   ifndef PATH_MAX
 #      define PATH_MAX MAX_PATH



More information about the libdvdcss-devel mailing list