diff options
| author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-19 20:12:52 +0000 |
|---|---|---|
| committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-19 20:12:52 +0000 |
| commit | fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 (patch) | |
| tree | 3855b7ea3a288059458b847b4bdfabd5c48ccce4 /apps/gui | |
| parent | 7d61376ef80bc6ac7a817201729ee1e612625ef6 (diff) | |
| download | rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.zip rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.gz rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.bz2 rockbox-fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432.tar.xz | |
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/statusbar.h | 1 | ||||
| -rw-r--r-- | apps/gui/wps.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h index 281cf3f..7ad07d0 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -22,6 +22,7 @@ #ifndef _GUI_STATUSBAR_H_ #define _GUI_STATUSBAR_H_ +#include "config.h" #include "status.h" #include "screen_access.h" #include "events.h" diff --git a/apps/gui/wps.h b/apps/gui/wps.h index f1ec746..a463b0e 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -21,6 +21,7 @@ #ifndef _WPS_H_ #define _WPS_H_ #include <stdbool.h> +#include "config.h" #include "screen_access.h" long gui_wps_show(void); |