diff options
| author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-03-09 14:39:52 +0000 |
|---|---|---|
| committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-03-09 14:39:52 +0000 |
| commit | a6024faa0d6ae330a2224784fb1f7120ecbfa349 (patch) | |
| tree | 212b74a5873d974cd9917a21768050a6c64fba43 /apps/codecs/codec.h | |
| parent | d748953d51e7f23233a1b4524464ee1c3a5954f3 (diff) | |
| download | rockbox-a6024faa0d6ae330a2224784fb1f7120ecbfa349.zip rockbox-a6024faa0d6ae330a2224784fb1f7120ecbfa349.tar.gz rockbox-a6024faa0d6ae330a2224784fb1f7120ecbfa349.tar.bz2 rockbox-a6024faa0d6ae330a2224784fb1f7120ecbfa349.tar.xz | |
GMini: libmad compiled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/codec.h')
| -rw-r--r-- | apps/codecs/codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/codec.h b/apps/codecs/codec.h index 6bd1020..c00d2bd 100644 --- a/apps/codecs/codec.h +++ b/apps/codecs/codec.h @@ -19,6 +19,8 @@ /* Global declarations to be used in rockbox software codecs */ +#include "config.h" + #include <sys/types.h> /* Get these functions 'out of the way' of the standard functions. Not doing |