diff options
author | Jin Yoon <jinny.yoon@samsung.com> | 2017-08-08 19:55:39 +0900 |
---|---|---|
committer | Jin Yoon <jinny.yoon@samsung.com> | 2017-08-08 19:55:39 +0900 |
commit | d86a718678c2dc8a5ee557c08c11f301c8e47d59 (patch) | |
tree | 11c2283f081bfff285c39639638ec04c129dfb96 /src/controller.c | |
parent | 385e0d94669178e257daced33990597d22bfa7e8 (diff) | |
download | rcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.tar.gz rcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.tar.bz2 rcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.zip |
Copy CBOR file from res dir to data dir for protecting crash
Change-Id: I02d9d726a3827c348d23f151a53fb1e03980d6f5
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controller.c b/src/controller.c index 20388a7..e662a99 100644 --- a/src/controller.c +++ b/src/controller.c @@ -19,11 +19,11 @@ * limitations under the License. */ -#include <tizen.h> -#include <Ecore.h> -#include <service_app.h> #include <unistd.h> #include <glib.h> +#include <Ecore.h> +#include <tizen.h> +#include <service_app.h> #include <iotcon.h> // Please remove this after test |