diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2013-04-16 17:47:58 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2013-04-26 00:11:04 +0200 |
| commit | 95e23defb085ee1a846ec2d379368485921d5aee (patch) | |
| tree | 0bdb31f562fef8c7ff5f3f7dba9c54f9c1e84a76 /apps/plugins/clock | |
| parent | 8829e909b4e756bfb2ad9210eec61d0dc55e1731 (diff) | |
| download | rockbox-95e23defb085ee1a846ec2d379368485921d5aee.zip rockbox-95e23defb085ee1a846ec2d379368485921d5aee.tar.gz rockbox-95e23defb085ee1a846ec2d379368485921d5aee.tar.bz2 rockbox-95e23defb085ee1a846ec2d379368485921d5aee.tar.xz | |
Make fixepoint.c as a shared library (libfixedpoint.a).
Change-Id: Icc10d6e85f890c432f191233a4d64e09f00be43d
Reviewed-on: http://gerrit.rockbox.org/456
Reviewed-by: Michael Sevakis <jethead71@rockbox.org>
Tested-by: Michael Sevakis <jethead71@rockbox.org>
Diffstat (limited to 'apps/plugins/clock')
| -rw-r--r-- | apps/plugins/clock/clock_draw_analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock_draw_analog.c b/apps/plugins/clock/clock_draw_analog.c index bda7241..62ada08 100644 --- a/apps/plugins/clock/clock_draw_analog.c +++ b/apps/plugins/clock/clock_draw_analog.c @@ -19,9 +19,9 @@ * ****************************************************************************/ +#include "fixedpoint.h" #include "clock_draw_analog.h" #include "lib/xlcd.h" -#include "lib/fixedpoint.h" #include "clock_bitmaps.h" #include "clock_bitmap_strings.h" |