mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix simulator builds, and some debugf() format strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75e1fd718f
commit
f68362ad6f
14 changed files with 37 additions and 36 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <_ansi.h>
|
||||
#include "../include/_ansi.h"
|
||||
|
||||
extern void debug_init(void);
|
||||
extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue