Index: uspace/lib/riff/include/types/riff/chunk.h
===================================================================
--- uspace/lib/riff/include/types/riff/chunk.h	(revision ea459d4465f0f9c069c883c1feed74658fed24e0)
+++ uspace/lib/riff/include/types/riff/chunk.h	(revision 2d879f7e702c10a9b3cc8fe266982c468d020f00)
@@ -54,4 +54,6 @@
 typedef struct {
 	FILE *f;
+	/** Current file position */
+	long pos;
 } riffr_t;
 
