forked from len0rd/rockbox
Fixed errors. Forgot to include system.h for swap16 in bmp.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76a6aaa278
commit
756ce4abca
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "lcd.h"
|
||||
#include "file.h"
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "bmp.h"
|
||||
#include "lcd.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue