summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-15 15:30:19 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-15 15:30:19 +0000
commit00cf0dab45c8ebf289b0c317d5fcbb48454a2a10 (patch)
tree131d5e9c7b315723ac554ad48b056aaff141b241 /apps/filetree.c
parente452383359dc25750b5bb90318fcf4269c4ec2d2 (diff)
downloadrockbox-00cf0dab45c8ebf289b0c317d5fcbb48454a2a10.tar.gz
rockbox-00cf0dab45c8ebf289b0c317d5fcbb48454a2a10.zip
properly include limits.h with angle brackets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5953 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index fbbadf8586..c828f176ba 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -24,7 +24,7 @@
24#include <lcd.h> 24#include <lcd.h>
25#include <debug.h> 25#include <debug.h>
26#include <font.h> 26#include <font.h>
27#include "limits.h" 27#include <limits.h>
28#include "bookmark.h" 28#include "bookmark.h"
29#include "tree.h" 29#include "tree.h"
30#include "settings.h" 30#include "settings.h"