Fixed compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3911 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b2188822b1
commit
9513236c94
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifndef SIMULATOR
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "lcd.h"
|
||||
#include "menu.h"
|
||||
#include "debug_menu.h"
|
||||
|
|
Loading…
Reference in a new issue