From ba5f330ca1bacd10125433323a30151ad4a7d305 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 13 Aug 2016 16:21:32 +0200 Subject: [PATCH] barometer plugin: add missing include --- src/barometer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/barometer.c b/src/barometer.c index fba3450a..998932da 100644 --- a/src/barometer.c +++ b/src/barometer.c @@ -30,6 +30,7 @@ #include #include #include +#include /* ------------ MPL115 defines ------------ */ /* I2C address of the MPL115 sensor */ -- 2.11.0