[vlc-commits] block.c: get lseek definition from vlc_fs.h
Rafaël Carré
git at videolan.org
Tue Jun 19 09:21:54 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jun 18 17:27:17 2012 +0200| [79ee3e9392f5ca758f1f10c4a38d4e65ff4f5c33] | committer: Rafaël Carré
block.c: get lseek definition from vlc_fs.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79ee3e9392f5ca758f1f10c4a38d4e65ff4f5c33
---
src/misc/block.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/block.c b/src/misc/block.c
index cdd053e..8179178 100644
--- a/src/misc/block.c
+++ b/src/misc/block.c
@@ -37,6 +37,7 @@
#include <vlc_common.h>
#include <vlc_block.h>
+#include <vlc_fs.h> /* For 64-bits lseek() definition */
/**
* @section Block handling functions.
More information about the vlc-commits
mailing list