diff --git a/src/i2c.c b/src/i2c.c index 605a056..7a3729d 100644 --- a/src/i2c.c +++ b/src/i2c.c @@ -5,7 +5,7 @@ #include #include -#include +#include static void write_bit(const struct i2c_bb *i2c, uint8_t bit);