fix yellow : panicf() is declared in panic.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-07-11 15:26:58 +00:00
parent b9bcadf19c
commit 17ac0d7ff9

View file

@ -39,6 +39,7 @@
#include "pl081.h" /* DMA controller */ #include "pl081.h" /* DMA controller */
#include "dma-target.h" /* DMA request lines */ #include "dma-target.h" /* DMA request lines */
#include "clock-target.h" #include "clock-target.h"
#include "panic.h"
#ifdef HAVE_BUTTON_LIGHT #ifdef HAVE_BUTTON_LIGHT
#include "backlight-target.h" #include "backlight-target.h"
#endif #endif