summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-01-29 21:05:13 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-01-29 21:05:13 +0000
commit8751b94e48dcb6cb72bd916b5a7b2c23d7410cdf (patch)
tree9ae85cde6b90b49646b9d67c2d12068e045d81a7 /apps
parent36c71a60ca82f9777fbdd239f63f62ccf68cf3f5 (diff)
downloadrockbox-8751b94e48dcb6cb72bd916b5a7b2c23d7410cdf.tar.gz
rockbox-8751b94e48dcb6cb72bd916b5a7b2c23d7410cdf.zip
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 807f231b52..6a6e847a16 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -23,6 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <inttypes.h> 25#include <inttypes.h>
26#include "config.h"
26 27
27/* Format a large-range value for output, using the appropriate unit so that 28/* Format a large-range value for output, using the appropriate unit so that
28 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary" 29 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary"