Fix build error 37/228037/1 accepted/tizen/5.5/unified/20200318.225549 submit/tizen_5.5/20200318.091346
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 18 Mar 2020 09:06:00 +0000 (18:06 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 18 Mar 2020 09:13:01 +0000 (18:13 +0900)
Change-Id: I5af1d9f6b247ceae2475a04f7e95629f9e81f428
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
hw/common.h

index 46134b9..b11fa09 100644 (file)
 extern "C" {
 #endif
 
+#include <errno.h>
 #include <stddef.h>
 #include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
 
 #define MAKE_TAG_CONSTANT(A,B,C,D)     (((A) << 24) | ((B) << 16) | ((C) << 8) | (D))
 #define HARDWARE_INFO_TAG      MAKE_TAG_CONSTANT('T','H','I','T')