From 4112c3b48633dac80afbe219fd9f4ee85b2be3d3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Feb 2022 23:22:23 +0900 Subject: Removed HAL dependant code. Signed-off-by: Michele Calgaro --- src/dbusInterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dbusInterface.cpp') diff --git a/src/dbusInterface.cpp b/src/dbusInterface.cpp index 8ad5552..fccafbc 100644 --- a/src/dbusInterface.cpp +++ b/src/dbusInterface.cpp @@ -24,6 +24,10 @@ * \author Danny Kukawka, , * \date 2006-2007 */ + +#ifdef HAVE_CONFIG_H +#include +#endif // QT - Header #include -- cgit v1.2.3