diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-12-21 20:31:31 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-12-21 20:31:31 +0000 |
commit | 9ea8840b29e778054db61caaef2433dbd51e865e (patch) | |
tree | 813482deba44798023d2d9e5eb4023ba270a6b1d /firmware | |
parent | 491ed5ed6a6496b61fe34910a27e6e5416815929 (diff) |
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/fmradio_i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h index ac3095ebcd..0dc3889b08 100644 --- a/firmware/export/fmradio_i2c.h +++ b/firmware/export/fmradio_i2c.h @@ -22,6 +22,8 @@ #ifndef FMRADIO_I2C_H #define FMRADIO_I2C_H +#include <stdbool.h> + void fmradio_i2c_init(void); void fmradio_i2c_enable(bool enable); int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count); |