1
0
Fork 0
forked from len0rd/rockbox

Added power.h include to power-as3525.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-11-22 20:55:46 +00:00
parent 4c25c92a86
commit 9701ffbe23

View file

@ -19,10 +19,11 @@
* *
****************************************************************************/ ****************************************************************************/
#include <stdbool.h>
#include "config.h" #include "config.h"
#include "ascodec-target.h" #include "ascodec-target.h"
#include "as3514.h" #include "as3514.h"
#include <stdbool.h> #include "power.h"
void power_off(void) void power_off(void)
{ {