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
This commit is contained in:
parent
6fad145b9e
commit
e9d40587de
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#define __SETTINGS_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include "file.h"
|
||||
|
||||
#define ROCKBOX_DIR "/.rockbox"
|
||||
|
|
Loading…
Reference in a new issue