From 1cd1e66ed361d908b517d224aab6da0cc8693f1e Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 18 Apr 2010 18:12:32 +0000 Subject: Clean up libmusepack: move declarations to internal.h and set svn properties. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25676 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/crc32.c | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 apps/codecs/libmusepack/crc32.c (limited to 'apps/codecs/libmusepack/crc32.c') diff --git a/apps/codecs/libmusepack/crc32.c b/apps/codecs/libmusepack/crc32.c old mode 100755 new mode 100644 index f9f3b8a73d..7613f1c2c8 --- 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]; -- cgit v1.2.3