summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-15 00:03:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-15 00:03:23 +0000
commit79a6cb67ba3ac5290cc4b6761a93810e49d562fd (patch)
tree4282457ea46edfc1a31d61ac3d35025e5c9090bd /apps/sound_menu.c
parent2a9cb938317a6e1d216ab164dbf81f3a1109866f (diff)
downloadrockbox-79a6cb67ba3ac5290cc4b6761a93810e49d562fd.tar.gz
rockbox-79a6cb67ba3ac5290cc4b6761a93810e49d562fd.zip
include sprintf.h when we use snprintf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 0f5421e221..a7e01b8c8e 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -31,6 +31,7 @@
31#include "icons.h" 31#include "icons.h"
32#endif 32#endif
33#include "lang.h" 33#include "lang.h"
34#include "sprintf.h"
34 35
35static char *fmt[] = 36static char *fmt[] =
36{ 37{