1
0
Fork 0
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:
Tomas Salfischberger 2005-06-22 14:46:38 +00:00
parent fcc282c48a
commit 2c7a1735c0

View file

@ -19,6 +19,7 @@
#ifndef LOGF_H
#define LOGF_H
#include <config.h>
#include <stdbool.h>
#ifdef ROCKBOX_HAS_LOGF