Fix #includes in usb-as3525.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-04-12 19:08:26 +00:00
parent 7d0119fe81
commit 65aa187aef

View file

@ -19,10 +19,12 @@
* *
****************************************************************************/ ****************************************************************************/
#include <stdbool.h>
#include "config.h"
#include "usb.h" #include "usb.h"
#include "usb-target.h"
#include "power.h" #include "power.h"
#include "as3525.h" #include "as3525.h"
#include <stdbool.h>
#if defined(SANSA_CLIP) #if defined(SANSA_CLIP)
#define USB_DETECT_PIN 6 #define USB_DETECT_PIN 6