Fix build error
[platform/core/system/libdevice-node.git] / 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')