diff options
author | Mohamed Tarek <mt@rockbox.org> | 2009-08-14 15:13:14 +0000 |
---|---|---|
committer | Mohamed Tarek <mt@rockbox.org> | 2009-08-14 15:13:14 +0000 |
commit | 466b2ae2481477a2797f785c269e0a996401597b (patch) | |
tree | fe51b38c6ccaefa904ab8fad2cecdb948af1e4bb /apps/codecs/librm/rm.h | |
parent | 0b6aa3851631eacba413d965f931f59cc8e37773 (diff) |
Factor out bytestream reading functions needed in rm parsers/codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22308 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/librm/rm.h')
-rw-r--r-- | apps/codecs/librm/rm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/librm/rm.h b/apps/codecs/librm/rm.h index be88701989..c4a4e3a77e 100644 --- a/apps/codecs/librm/rm.h +++ b/apps/codecs/librm/rm.h @@ -23,6 +23,7 @@ #include <stdio.h> #include <inttypes.h> +#include "bytestream.h" #define MAX_EXTRADATA_SIZE 16 #define DATA_HEADER_SIZE 18 |