From: Ruben Kerkhof Date: Sat, 13 Aug 2016 14:21:32 +0000 (+0200) Subject: barometer plugin: add missing include X-Git-Tag: collectd-5.6.0~43 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ba5f330ca1bacd10125433323a30151ad4a7d305;p=collectd.git barometer plugin: add missing include --- 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 */