Sansa AMS bootloader: use the correct (renamed) header file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-10 20:36:02 +00:00
parent 7ff0ef9020
commit f7b1d806e6

View file

@ -28,7 +28,7 @@
#include "config.h"
#include "lcd.h"
#include "backlight-target.h"
#include "as3525-codec.h"
#include "ascodec-target.h"
#include "common.h"
#include "storage.h"
#include "disk.h"