Add a include for bundle_internal.h
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Dec 2015 07:53:51 +0000 (16:53 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Dec 2015 08:04:46 +0000 (17:04 +0900)
Bundle API will be changed to refer bundle.h and bundle_internal
both.

common/app_control.cc

index 8e3b753c7a9e90d96f96740f3f2156c164484708..d74f4363f29830b481d8e99732e63386ddd098eb 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <appsvc.h>
 #include <app_control_internal.h>
+#include <bundle_internal.h>
 
 #include <algorithm>
 #include <memory>