From a36c8f1db3b1fbb2ce2dbb834032c4e84f30add7 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 4 May 2008 13:21:07 +0000 Subject: pluginlib: made local functions in static and made sure that source files include their own header file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17353 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/fixedpoint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/fixedpoint.c') diff --git a/apps/plugins/lib/fixedpoint.c b/apps/plugins/lib/fixedpoint.c index 88c2f6ea54..92979dad53 100644 --- a/apps/plugins/lib/fixedpoint.c +++ b/apps/plugins/lib/fixedpoint.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include +#include "fixedpoint.h" /* Inverse gain of circular cordic rotation in s0.31 format. */ static const long cordic_circular_gain = 0xb2458939; /* 0.607252929 */ -- cgit v1.2.3