diff options
Diffstat (limited to 'thermometer/thermometer.c')
-rw-r--r-- | thermometer/thermometer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thermometer/thermometer.c b/thermometer/thermometer.c index 7621926b..0d851027 100644 --- a/thermometer/thermometer.c +++ b/thermometer/thermometer.c @@ -20,6 +20,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gdbus.h> #include <errno.h> #include <bluetooth/uuid.h> @@ -34,6 +38,7 @@ #include "att.h" #include "gatt.h" #include "thermometer.h" +#include "glib-compat.h" #define THERMOMETER_INTERFACE "org.bluez.Thermometer" |