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:
Hardeep Sidhu 2003-07-15 02:34:10 +00:00
parent 6fad145b9e
commit e9d40587de

View file

@ -21,6 +21,7 @@
#define __SETTINGS_H__
#include <stdbool.h>
#include "config.h"
#include "file.h"
#define ROCKBOX_DIR "/.rockbox"