Added header include to suppress compiler warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11936 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Gotthardt 2007-01-07 06:56:24 +00:00
parent c07814fce1
commit a0c3f81d10

View file

@ -26,6 +26,7 @@
#include "backlight.h" #include "backlight.h"
#include "adc.h" #include "adc.h"
#include "system.h" #include "system.h"
#include "backlight-target.h"
static bool headphones_detect; static bool headphones_detect;