summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-08-24 13:40:37 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-08-24 13:40:37 +0000
commit3460ef3596e18cdb2f036d9bac7620dcbbc1bdd6 (patch)
treed6a2d534cc9a34f119e3f1f40cbf0d1c4bfc2017 /apps
parentb4c028c2a7aaeaafb1a26b13351637679eb31544 (diff)
downloadrockbox-3460ef3596e18cdb2f036d9bac7620dcbbc1bdd6.tar.gz
rockbox-3460ef3596e18cdb2f036d9bac7620dcbbc1bdd6.zip
Make sure that skin_buffer.c #includes its own skin_buffer.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22497 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_buffer.c b/apps/gui/skin_engine/skin_buffer.c
index 2fdc7f1c84..c7e01ba5cd 100644
--- a/apps/gui/skin_engine/skin_buffer.c
+++ b/apps/gui/skin_engine/skin_buffer.c
@@ -29,6 +29,7 @@
29#include "screen_access.h" 29#include "screen_access.h"
30#include "wps_internals.h" 30#include "wps_internals.h"
31#include "skin_tokens.h" 31#include "skin_tokens.h"
32#include "skin_buffer.h"
32 33
33/* skin buffer management. 34/* skin buffer management.
34 * This module is used to allocate space in a single global skin buffer for 35 * This module is used to allocate space in a single global skin buffer for