Add missing include to stdlib.h 57/225357/2
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 19 Feb 2020 07:22:15 +0000 (08:22 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 19 Feb 2020 09:52:24 +0000 (09:52 +0000)
Change-Id: I7ae412901b8e0ab686533273c5070afef28fe28b

src/capi/impl/privacy_privilege_manager.c
src/capi/include/privacy_privilege_manager.h

index 363dede..37d4c32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2017 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
  * @brief       The implementation of Privacy Privilege Manager CAPI.
  */
 
-#include <stdlib.h>
 #include <glib.h>
 #include <askuser-notification-client.h>
 
index 69ff685..6f650b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2017 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
 #ifndef __PRIVACY_PRIVILEGE_MANAGER_H__
 #define __PRIVACY_PRIVILEGE_MANAGER_H__
 
+#include <stdlib.h>
 #include <tizen.h>
 
 #ifdef __cplusplus