diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2003-07-15 02:34:10 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2003-07-15 02:34:10 +0000 |
| commit | e9d40587de6f9574bf7639d3a8aee3655155022b (patch) | |
| tree | 63f6e19f8870c1e87b1cedb694a5ee89e6a7652a | |
| parent | 6fad145b9ecd6d5713b51ad3372597aee4d14c59 (diff) | |
| download | rockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.zip rockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.tar.gz rockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.tar.bz2 rockbox-e9d40587de6f9574bf7639d3a8aee3655155022b.tar.xz | |
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
| -rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index e3eff50..5d25100 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -21,6 +21,7 @@ #define __SETTINGS_H__ #include <stdbool.h> +#include "config.h" #include "file.h" #define ROCKBOX_DIR "/.rockbox" |