aboutsummaryrefslogtreecommitdiff
path: root/include/notifications/awake.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifications/awake.h')
-rw-r--r--include/notifications/awake.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/notifications/awake.h b/include/notifications/awake.h
index b441692..d0b46eb 100644
--- a/include/notifications/awake.h
+++ b/include/notifications/awake.h
@@ -22,6 +22,8 @@
#include <memory>
+#include <gio/gio.h>
+
namespace ayatana {
namespace indicator {
namespace notifications {
@@ -36,7 +38,7 @@ namespace notifications {
class Awake
{
public:
- explicit Awake(const std::string& app_name);
+ explicit Awake(GDBusConnection* system_bus, const std::string& app_name);
~Awake();
private: