diff options
Diffstat (limited to 'apps/codecs/libmusepack/crc32.c')
| -rw-r--r--[-rwxr-xr-x] | apps/codecs/libmusepack/crc32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/crc32.c b/apps/codecs/libmusepack/crc32.c index f9f3b8a..7613f1c 100755..100644 --- a/apps/codecs/libmusepack/crc32.c +++ b/apps/codecs/libmusepack/crc32.c @@ -4,6 +4,7 @@ * code from http://www.w3.org/TR/PNG/#D-CRCAppendix * */ +#include "internal.h" /* Table of CRCs of all 8-bit messages. */ static unsigned long crc_table[256]; |