diff --git a/examples/osd/arduino-climate3/sketch.pde b/examples/osd/arduino-climate3/sketch.pde index 4db79db4d..740768152 100644 --- a/examples/osd/arduino-climate3/sketch.pde +++ b/examples/osd/arduino-climate3/sketch.pde @@ -10,9 +10,10 @@ * of the contiki-specific files here, the sketch should just work. */ +#include + extern "C" { -#include #include "Adafruit_HTU21DF.h" #include "rest-engine.h"