summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorHardeep Sidhu <dyp@pobox.com>2003-07-15 02:34:10 +0000
committerHardeep Sidhu <dyp@pobox.com>2003-07-15 02:34:10 +0000
commite9d40587de6f9574bf7639d3a8aee3655155022b (patch)
tree63f6e19f8870c1e87b1cedb694a5ee89e6a7652a /apps
parent6fad145b9ecd6d5713b51ad3372597aee4d14c59 (diff)
downloadrockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.tar.gz
rockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.zip
Include config.h so anyone including this file will get proper version of config structure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3833 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index e3eff50448..5d251000b6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -21,6 +21,7 @@
21#define __SETTINGS_H__ 21#define __SETTINGS_H__
22 22
23#include <stdbool.h> 23#include <stdbool.h>
24#include "config.h"
24#include "file.h" 25#include "file.h"
25 26
26#define ROCKBOX_DIR "/.rockbox" 27#define ROCKBOX_DIR "/.rockbox"