forked from len0rd/rockbox
My gcc v3.3.5 choked on the bool type, solved with this include.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fcc282c48a
commit
2c7a1735c0
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#ifndef LOGF_H
|
||||
#define LOGF_H
|
||||
#include <config.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef ROCKBOX_HAS_LOGF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue