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)
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 @@
#include <lcd.h>
#include <debug.h>
#include <font.h>
-#include "limits.h"
+#include <limits.h>
#include "bookmark.h"
#include "tree.h"
#include "settings.h"