summaryrefslogtreecommitdiff
path: root/src/appMain/life_cycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/appMain/life_cycle.h')
-rw-r--r--src/appMain/life_cycle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/appMain/life_cycle.h b/src/appMain/life_cycle.h
index 349457568..d85678047 100644
--- a/src/appMain/life_cycle.h
+++ b/src/appMain/life_cycle.h
@@ -33,6 +33,7 @@
#ifndef SRC_APPMAIN_LIFE_CYCLE_H_
#define SRC_APPMAIN_LIFE_CYCLE_H_
#include "utils/macro.h"
+#include "unistd.h"
#include "hmi_message_handler/hmi_message_handler_impl.h"
#ifdef DBUS_HMIADAPTER
@@ -86,6 +87,7 @@ class LifeCycle : public utils::Singleton<LifeCycle> {
void Run();
void StopComponents();
+
private:
LifeCycle();
transport_manager::TransportManager* transport_manager_;