diff --git a/brightness.c b/brightness.c index ac79563..3da1839 100644 --- a/brightness.c +++ b/brightness.c @@ -33,8 +33,12 @@ #include #include -#include #include +#ifndef I2C_FUNC_I2C +// Fuck you, openSUSE, for fucking up the previous file, see e.g. +// https://github.com/solettaproject/soletta/commit/427f47f +#include +#endif // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -