diff options
author | mk5004.lee <mk5004.lee@samsung.com> | 2020-04-08 17:03:31 +0900 |
---|---|---|
committer | mk5004.lee <mk5004.lee@samsung.com> | 2020-04-08 17:03:31 +0900 |
commit | 9cfc6cadec8ecebe1b11ae78e4820850d753d35f (patch) | |
tree | 5a8e8fc2d55a606c5180a2c9e9938413d01e84e4 | |
parent | f3b0b252474cb9b47a8b142df65c7b11049f4ff8 (diff) | |
parent | 6f043038ab633e88b81944b50d3d6393a194fca5 (diff) | |
download | notification-9cfc6cadec8ecebe1b11ae78e4820850d753d35f.tar.gz notification-9cfc6cadec8ecebe1b11ae78e4820850d753d35f.tar.bz2 notification-9cfc6cadec8ecebe1b11ae78e4820850d753d35f.zip |
Merge branch 'tizen' into tizen_5.5submit/tizen_5.5/20200408.080353
-rw-r--r-- | notification-ex/common.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notification-ex/common.cc b/notification-ex/common.cc index 4d56ebb..1ab82d9 100644 --- a/notification-ex/common.cc +++ b/notification-ex/common.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include <string.h> + #include "notification-ex/common.h" #ifdef LOG_TAG |