Fix c&p error from r25853 that should've fixed some snprintf warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25857 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-06 22:22:47 +00:00
parent 6ac64206f3
commit b91f15d842

View file

@ -19,6 +19,7 @@
*
****************************************************************************/
#include <stdio.h>
#include <stdbool.h>
#include "action.h"
#include "font.h"