Index: libmpc/trunk/include/mpc/mpcdec.h
===================================================================
--- libmpc/trunk/include/mpc/mpcdec.h	(revision 401)
+++ libmpc/trunk/include/mpc/mpcdec.h	(revision 402)
@@ -54,6 +54,10 @@
 
 typedef struct mpc_decoder_t mpc_decoder;
-typedef struct mpc_bits_reader_t mpc_bits_reader;
 typedef struct mpc_demux_t mpc_demux;
+
+typedef struct mpc_bits_reader_t {
+	unsigned char * buff; /// pointer on current byte
+	unsigned int count; /// unread bits in current byte
+} mpc_bits_reader;
 
 typedef struct mpc_frame_info_t {
